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