WCAG 대비 검사기

WCAG 2.1 접근성 표준에 대한 텍스트 및 배경 색상 대비 비율을 확인하세요. 모든 사용자가 읽을 수 있는 타이포그래피를 보장합니다.

대비 비율

:1

AA 일반 텍스트 (4.5:1)
AA 큰 텍스트 (3:1)
AAA 일반 텍스트 (7:1)
AAA 큰 텍스트 (4.5:1)

실시간 미리보기

큰 텍스트 미리보기 (24px+ 굵게)

큰 텍스트 미리보기 (18.66px+ 굵게)

16px 일반 본문 텍스트. 다람쥐 헌 쳇바퀴에 타고파. 키스의 고유조건은 입술끼리 , 만, 나야 하, 는 , 것.

14px 작은 텍스트. 이 크기는 보조 콘텐츠, 캡션, 메타데이터에 일반적으로 사용됩니다.

12px 작은 글씨. 법적 텍스트, 각주, 면책 조항에 자주 사용되는 크기입니다.

작동 원리

대비 비율은 WCAG 2.1 상대 휘도 공식으로 계산됩니다:

L = 0.2126 * R + 0.7152 * G + 0.0722 * B
여기서 R, G, B는 선형화된 sRGB 값입니다:
  만약 sRGB <= 0.04045: linear = sRGB / 12.92
  그 외:            linear = ((sRGB + 0.055) / 1.055) ^ 2.4

대비 비율 = (L1 + 0.05) / (L2 + 0.05)
  여기서 L1 = 밝은 색, L2 = 어두운 색

Frequently Asked Questions

The WCAG contrast ratio is defined in the Web Content Accessibility Guidelines 2.1, Success Criterion 1.4.3. It is calculated as (L1 + 0.05) / (L2 + 0.05), where L1 is the relative luminance of the lighter colour and L2 is the relative luminance of the darker colour. Relative luminance is a linearised measure of perceived brightness, calculated from the sRGB values of a colour using gamma correction. The ratio ranges from 1:1 (no contrast, same colour) to 21:1 (black on white, maximum contrast).
WCAG 2.1 Level AA—the standard required by most accessibility laws including the EU Web Accessibility Directive and the US Section 508—requires a contrast ratio of at least 4.5:1 for normal text (below 18 pt or 14 pt bold) and 3:1 for large text (18 pt or larger, or 14 pt bold). Level AAA, a higher voluntary standard, requires 7:1 for normal text and 4.5:1 for large text. The upcoming WCAG 3.0 introduces a new metric called APCA (Advanced Perceptual Contrast Algorithm) that accounts for font weight and size more precisely, though it has not yet been adopted in law.
Yes. Placeholder text in HTML <input> elements must meet the same contrast requirement as regular text under WCAG 2.1 SC 1.4.3. Browsers typically render placeholder text at a reduced opacity (around 40–50 % of the normal colour), which commonly causes placeholder text to fail the 4.5:1 threshold. The correct fix is to set an explicit colour on the ::placeholder pseudo-element—never relying on the browser default—with sufficient contrast against the input's background.
WCAG 2.1 SC 1.4.11 (Non-text Contrast) requires that UI components—including form borders, focus indicators, and icons—meet a 3:1 contrast ratio against adjacent colours. This is a separate criterion from text contrast. An icon button with no text label must have sufficient contrast between the icon itself and its background. Focus indicators introduced in WCAG 2.1 SC 1.4.11 and strengthened in WCAG 2.2 SC 2.4.11 (Focus Appearance) must now have a contrast ratio of at least 3:1 against the unfocused state.
Yes, and both colour schemes must be independently validated. A combination that passes in light mode may fail in dark mode if the dark background changes the contrast ratio. Designers using the CSS prefers-color-scheme media query should test every colour token pair in both schemes. Brand colours with low saturation (near-neutral greys and pastels) are particularly prone to failing in one mode even when they pass in the other, because the luminance of the background shifts significantly between modes.

관련 타이포그래피 용어

더 알아보기