#cfdf6c
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 223, 108
HSL
68°, 64%, 65%
CMYK
7, 0, 52, 13
Luminance
0.6712
Every format
| HEX | #cfdf6c |
| RGB | rgb(207, 223, 108) |
| HSL | hsl(68, 64%, 65%) |
| CMYK | cmyk(7%, 0%, 52%, 13%) |
| LAB | lab(85.6 -21.6 53.9) |
| LCH | lch(85.6 58.0 111.8) |
| OKLCH | oklch(0.868 0.141 116.0) |
Copy-ready code
/* CSS */
color: #cfdf6c;
background-color: #cfdf6c;
/* Tailwind (arbitrary) */
class="text-[#cfdf6c] bg-[#cfdf6c]"
/* SCSS */
$brand: #cfdf6c;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.424)
/* Android */
Color.parseColor("#cfdf6c")Accessibility — WCAG contrast
Aa
#cfdf6c on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdf6c on black: 14.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue42.4%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow51.6%
Key (black)12.5%
Color previews
#cfdf6c text on a black background
contrast 14.42:1
Card sample
#cfdf6c text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdf6c;
Background color
Panel with #cfdf6c background
background-color: #cfdf6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdf6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdf6c; background: linear-gradient(135deg, #cfdf6c, #82DF6C);