#cfda52
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 218, 82
HSL
65°, 65%, 59%
CMYK
5, 0, 62, 15
Luminance
0.6402
Every format
| HEX | #cfda52 |
| RGB | rgb(207, 218, 82) |
| HSL | hsl(65, 65%, 59%) |
| CMYK | cmyk(5%, 0%, 62%, 15%) |
| LAB | lab(84.0 -21.1 63.5) |
| LCH | lch(84.0 66.9 108.4) |
| OKLCH | oklch(0.855 0.158 113.6) |
Copy-ready code
/* CSS */
color: #cfda52;
background-color: #cfda52;
/* Tailwind (arbitrary) */
class="text-[#cfda52] bg-[#cfda52]"
/* SCSS */
$brand: #cfda52;
/* SwiftUI */
Color(red: 0.812, green: 0.855, blue: 0.322)
/* Android */
Color.parseColor("#cfda52")Accessibility — WCAG contrast
Aa
#cfda52 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfda52 on black: 13.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.5%
Blue32.2%
CMYK percentages
Cyan5.0%
Magenta0.0%
Yellow62.4%
Key (black)14.5%
Color previews
#cfda52 text on a black background
contrast 13.80:1
Card sample
#cfda52 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfda52;
Background color
Panel with #cfda52 background
background-color: #cfda52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfda52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 218, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 218, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfda52; background: linear-gradient(135deg, #cfda52, #74DA52);