#cfdf7c
a light, vivid yellow · cool · closest name: khaki
RGB
207, 223, 124
HSL
70°, 61%, 68%
CMYK
7, 0, 44, 13
Luminance
0.6750
Every format
| HEX | #cfdf7c |
| RGB | rgb(207, 223, 124) |
| HSL | hsl(70, 61%, 68%) |
| CMYK | cmyk(7%, 0%, 44%, 13%) |
| LAB | lab(85.8 -20.0 46.5) |
| LCH | lch(85.8 50.7 113.3) |
| OKLCH | oklch(0.870 0.125 116.6) |
Copy-ready code
/* CSS */
color: #cfdf7c;
background-color: #cfdf7c;
/* Tailwind (arbitrary) */
class="text-[#cfdf7c] bg-[#cfdf7c]"
/* SCSS */
$brand: #cfdf7c;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.486)
/* Android */
Color.parseColor("#cfdf7c")Accessibility — WCAG contrast
Aa
#cfdf7c on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdf7c on black: 14.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue48.6%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow44.4%
Key (black)12.5%
Color previews
#cfdf7c text on a black background
contrast 14.50:1
Card sample
#cfdf7c text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdf7c;
Background color
Panel with #cfdf7c background
background-color: #cfdf7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdf7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdf7c; background: linear-gradient(135deg, #cfdf7c, #8DDF7C);