#cfd00f
a dark, electric yellow · cool · closest name: gold
RGB
207, 208, 15
HSL
60°, 87%, 44%
CMYK
1, 0, 93, 18
Luminance
0.5841
Every format
| HEX | #cfd00f |
| RGB | rgb(207, 208, 15) |
| HSL | hsl(60, 87%, 44%) |
| CMYK | cmyk(1%, 0%, 93%, 18%) |
| LAB | lab(81.0 -18.8 79.5) |
| LCH | lch(81.0 81.7 103.3) |
| OKLCH | oklch(0.830 0.179 110.1) |
Copy-ready code
/* CSS */
color: #cfd00f;
background-color: #cfd00f;
/* Tailwind (arbitrary) */
class="text-[#cfd00f] bg-[#cfd00f]"
/* SCSS */
$brand: #cfd00f;
/* SwiftUI */
Color(red: 0.812, green: 0.816, blue: 0.059)
/* Android */
Color.parseColor("#cfd00f")Accessibility — WCAG contrast
Aa
#cfd00f on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd00f on black: 12.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green81.6%
Blue5.9%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow92.8%
Key (black)18.4%
Color previews
#cfd00f text on a black background
contrast 12.68:1
Card sample
#cfd00f text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd00f;
Background color
Panel with #cfd00f background
background-color: #cfd00f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd00f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 208, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 208, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd00f; background: linear-gradient(135deg, #cfd00f, #4ED00F);