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