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