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