#cfd030
a balanced, vivid yellow · cool · closest name: gold
RGB
207, 208, 48
HSL
60°, 63%, 50%
CMYK
1, 0, 77, 18
Luminance
0.5859
Every format
| HEX | #cfd030 |
| RGB | rgb(207, 208, 48) |
| HSL | hsl(60, 63%, 50%) |
| CMYK | cmyk(1%, 0%, 77%, 18%) |
| LAB | lab(81.1 -18.0 72.7) |
| LCH | lch(81.1 74.9 103.9) |
| OKLCH | oklch(0.831 0.169 109.9) |
Copy-ready code
/* CSS */
color: #cfd030;
background-color: #cfd030;
/* Tailwind (arbitrary) */
class="text-[#cfd030] bg-[#cfd030]"
/* SCSS */
$brand: #cfd030;
/* SwiftUI */
Color(red: 0.812, green: 0.816, blue: 0.188)
/* Android */
Color.parseColor("#cfd030")Accessibility — WCAG contrast
Aa
#cfd030 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd030 on black: 12.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green81.6%
Blue18.8%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow76.9%
Key (black)18.4%
Color previews
#cfd030 text on a black background
contrast 12.72:1
Card sample
#cfd030 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd030;
Background color
Panel with #cfd030 background
background-color: #cfd030;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd030;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 208, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 208, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd030; background: linear-gradient(135deg, #cfd030, #64D030);