#cfdf2c
a balanced, vivid yellow · cool · closest name: yellow
RGB
207, 223, 44
HSL
65°, 74%, 52%
CMYK
7, 0, 80, 13
Luminance
0.6622
Every format
| HEX | #cfdf2c |
| RGB | rgb(207, 223, 44) |
| HSL | hsl(65, 74%, 52%) |
| CMYK | cmyk(7%, 0%, 80%, 13%) |
| LAB | lab(85.1 -25.4 77.4) |
| LCH | lch(85.1 81.5 108.2) |
| OKLCH | oklch(0.863 0.185 115.0) |
Copy-ready code
/* CSS */
color: #cfdf2c;
background-color: #cfdf2c;
/* Tailwind (arbitrary) */
class="text-[#cfdf2c] bg-[#cfdf2c]"
/* SCSS */
$brand: #cfdf2c;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.173)
/* Android */
Color.parseColor("#cfdf2c")Accessibility — WCAG contrast
Aa
#cfdf2c on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdf2c on black: 14.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue17.3%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow80.3%
Key (black)12.5%
Color previews
#cfdf2c text on a black background
contrast 14.24:1
Card sample
#cfdf2c text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdf2c;
Background color
Panel with #cfdf2c background
background-color: #cfdf2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdf2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdf2c; background: linear-gradient(135deg, #cfdf2c, #58DF2C);