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