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