#cfdf19
a balanced, electric yellow · cool · closest name: yellow
RGB
207, 223, 25
HSL
65°, 80%, 49%
CMYK
7, 0, 89, 13
Luminance
0.6611
Every format
| HEX | #cfdf19 |
| RGB | rgb(207, 223, 25) |
| HSL | hsl(65, 80%, 49%) |
| CMYK | cmyk(7%, 0%, 89%, 13%) |
| LAB | lab(85.0 -25.9 81.3) |
| LCH | lch(85.0 85.3 107.6) |
| OKLCH | oklch(0.862 0.191 114.9) |
Copy-ready code
/* CSS */
color: #cfdf19;
background-color: #cfdf19;
/* Tailwind (arbitrary) */
class="text-[#cfdf19] bg-[#cfdf19]"
/* SCSS */
$brand: #cfdf19;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.098)
/* Android */
Color.parseColor("#cfdf19")Accessibility — WCAG contrast
Aa
#cfdf19 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdf19 on black: 14.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue9.8%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow88.8%
Key (black)12.5%
Color previews
#cfdf19 text on a black background
contrast 14.22:1
Card sample
#cfdf19 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdf19;
Background color
Panel with #cfdf19 background
background-color: #cfdf19;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdf19;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdf19; background: linear-gradient(135deg, #cfdf19, #4BDF19);