#cfdf3e
a balanced, vivid yellow · cool · closest name: yellow
RGB
207, 223, 62
HSL
66°, 72%, 56%
CMYK
7, 0, 72, 13
Luminance
0.6639
Every format
| HEX | #cfdf3e |
| RGB | rgb(207, 223, 62) |
| HSL | hsl(66, 72%, 56%) |
| CMYK | cmyk(7%, 0%, 72%, 13%) |
| LAB | lab(85.2 -24.7 72.2) |
| LCH | lch(85.2 76.3 108.9) |
| OKLCH | oklch(0.864 0.176 115.2) |
Copy-ready code
/* CSS */
color: #cfdf3e;
background-color: #cfdf3e;
/* Tailwind (arbitrary) */
class="text-[#cfdf3e] bg-[#cfdf3e]"
/* SCSS */
$brand: #cfdf3e;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.243)
/* Android */
Color.parseColor("#cfdf3e")Accessibility — WCAG contrast
Aa
#cfdf3e on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdf3e on black: 14.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue24.3%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow72.2%
Key (black)12.5%
Color previews
#cfdf3e text on a black background
contrast 14.28:1
Card sample
#cfdf3e text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdf3e;
Background color
Panel with #cfdf3e background
background-color: #cfdf3e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdf3e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 62, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 62, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdf3e; background: linear-gradient(135deg, #cfdf3e, #64DF3E);