#cfdf2f
a balanced, vivid yellow · cool · closest name: yellow
RGB
207, 223, 47
HSL
66°, 73%, 53%
CMYK
7, 0, 79, 13
Luminance
0.6625
Every format
| HEX | #cfdf2f |
| RGB | rgb(207, 223, 47) |
| HSL | hsl(66, 73%, 53%) |
| CMYK | cmyk(7%, 0%, 79%, 13%) |
| LAB | lab(85.1 -25.3 76.6) |
| LCH | lch(85.1 80.7 108.3) |
| OKLCH | oklch(0.863 0.184 115.0) |
Copy-ready code
/* CSS */
color: #cfdf2f;
background-color: #cfdf2f;
/* Tailwind (arbitrary) */
class="text-[#cfdf2f] bg-[#cfdf2f]"
/* SCSS */
$brand: #cfdf2f;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.184)
/* Android */
Color.parseColor("#cfdf2f")Accessibility — WCAG contrast
Aa
#cfdf2f on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdf2f on black: 14.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue18.4%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow78.9%
Key (black)12.5%
Color previews
#cfdf2f text on a black background
contrast 14.25:1
Card sample
#cfdf2f text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdf2f;
Background color
Panel with #cfdf2f background
background-color: #cfdf2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdf2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdf2f; background: linear-gradient(135deg, #cfdf2f, #59DF2F);