#cfd539
a balanced, vivid yellow · cool · closest name: gold
RGB
207, 213, 57
HSL
62°, 65%, 53%
CMYK
3, 0, 73, 17
Luminance
0.6115
Every format
| HEX | #cfd539 |
| RGB | rgb(207, 213, 57) |
| HSL | hsl(62, 65%, 53%) |
| CMYK | cmyk(3%, 0%, 73%, 17%) |
| LAB | lab(82.5 -20.1 71.2) |
| LCH | lch(82.5 74.0 105.7) |
| OKLCH | oklch(0.842 0.169 111.8) |
Copy-ready code
/* CSS */
color: #cfd539;
background-color: #cfd539;
/* Tailwind (arbitrary) */
class="text-[#cfd539] bg-[#cfd539]"
/* SCSS */
$brand: #cfd539;
/* SwiftUI */
Color(red: 0.812, green: 0.835, blue: 0.224)
/* Android */
Color.parseColor("#cfd539")Accessibility — WCAG contrast
Aa
#cfd539 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd539 on black: 13.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green83.5%
Blue22.4%
CMYK percentages
Cyan2.8%
Magenta0.0%
Yellow73.2%
Key (black)16.5%
Color previews
#cfd539 text on a black background
contrast 13.23:1
Card sample
#cfd539 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd539;
Background color
Panel with #cfd539 background
background-color: #cfd539;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd539;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 213, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 213, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd539; background: linear-gradient(135deg, #cfd539, #67D539);