#cfdf70
a light, vivid yellow · cool · closest name: khaki
RGB
207, 223, 112
HSL
69°, 63%, 66%
CMYK
7, 0, 50, 13
Luminance
0.6721
Every format
| HEX | #cfdf70 |
| RGB | rgb(207, 223, 112) |
| HSL | hsl(69, 63%, 66%) |
| CMYK | cmyk(7%, 0%, 50%, 13%) |
| LAB | lab(85.6 -21.2 52.1) |
| LCH | lch(85.6 56.2 112.2) |
| OKLCH | oklch(0.869 0.137 116.1) |
Copy-ready code
/* CSS */
color: #cfdf70;
background-color: #cfdf70;
/* Tailwind (arbitrary) */
class="text-[#cfdf70] bg-[#cfdf70]"
/* SCSS */
$brand: #cfdf70;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.439)
/* Android */
Color.parseColor("#cfdf70")Accessibility — WCAG contrast
Aa
#cfdf70 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdf70 on black: 14.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue43.9%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow49.8%
Key (black)12.5%
Color previews
#cfdf70 text on a black background
contrast 14.44:1
Card sample
#cfdf70 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdf70;
Background color
Panel with #cfdf70 background
background-color: #cfdf70;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdf70;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdf70; background: linear-gradient(135deg, #cfdf70, #85DF70);