#cfda0f
a balanced, electric yellow · cool · closest name: yellow
RGB
207, 218, 15
HSL
63°, 87%, 46%
CMYK
5, 0, 93, 15
Luminance
0.6344
Every format
| HEX | #cfda0f |
| RGB | rgb(207, 218, 15) |
| HSL | hsl(63, 87%, 46%) |
| CMYK | cmyk(5%, 0%, 93%, 15%) |
| LAB | lab(83.7 -23.6 81.6) |
| LCH | lch(83.7 84.9 106.1) |
| OKLCH | oklch(0.851 0.188 113.4) |
Copy-ready code
/* CSS */
color: #cfda0f;
background-color: #cfda0f;
/* Tailwind (arbitrary) */
class="text-[#cfda0f] bg-[#cfda0f]"
/* SCSS */
$brand: #cfda0f;
/* SwiftUI */
Color(red: 0.812, green: 0.855, blue: 0.059)
/* Android */
Color.parseColor("#cfda0f")Accessibility — WCAG contrast
Aa
#cfda0f on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfda0f on black: 13.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.5%
Blue5.9%
CMYK percentages
Cyan5.0%
Magenta0.0%
Yellow93.1%
Key (black)14.5%
Color previews
#cfda0f text on a black background
contrast 13.69:1
Card sample
#cfda0f text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfda0f;
Background color
Panel with #cfda0f background
background-color: #cfda0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfda0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 218, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 218, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfda0f; background: linear-gradient(135deg, #cfda0f, #48DA0F);