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