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