#cfdf77
a light, vivid yellow · cool · closest name: khaki
RGB
207, 223, 119
HSL
69°, 62%, 67%
CMYK
7, 0, 47, 13
Luminance
0.6737
Every format
| HEX | #cfdf77 |
| RGB | rgb(207, 223, 119) |
| HSL | hsl(69, 62%, 67%) |
| CMYK | cmyk(7%, 0%, 47%, 13%) |
| LAB | lab(85.7 -20.5 48.9) |
| LCH | lch(85.7 53.0 112.8) |
| OKLCH | oklch(0.870 0.130 116.4) |
Copy-ready code
/* CSS */
color: #cfdf77;
background-color: #cfdf77;
/* Tailwind (arbitrary) */
class="text-[#cfdf77] bg-[#cfdf77]"
/* SCSS */
$brand: #cfdf77;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.467)
/* Android */
Color.parseColor("#cfdf77")Accessibility — WCAG contrast
Aa
#cfdf77 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdf77 on black: 14.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue46.7%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow46.6%
Key (black)12.5%
Color previews
#cfdf77 text on a black background
contrast 14.47:1
Card sample
#cfdf77 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdf77;
Background color
Panel with #cfdf77 background
background-color: #cfdf77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdf77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdf77; background: linear-gradient(135deg, #cfdf77, #8ADF77);