#cec52c
a balanced, vivid yellow · cool · closest name: gold
RGB
206, 197, 44
HSL
57°, 65%, 49%
CMYK
0, 4, 79, 19
Luminance
0.5324
Every format
| HEX | #cec52c |
| RGB | rgb(206, 197, 44) |
| HSL | hsl(57, 65%, 49%) |
| CMYK | cmyk(0%, 4%, 79%, 19%) |
| LAB | lab(78.0 -13.0 71.1) |
| LCH | lch(78.0 72.3 100.4) |
| OKLCH | oklch(0.806 0.161 105.9) |
Copy-ready code
/* CSS */
color: #cec52c;
background-color: #cec52c;
/* Tailwind (arbitrary) */
class="text-[#cec52c] bg-[#cec52c]"
/* SCSS */
$brand: #cec52c;
/* SwiftUI */
Color(red: 0.808, green: 0.773, blue: 0.173)
/* Android */
Color.parseColor("#cec52c")Accessibility — WCAG contrast
Aa
#cec52c on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cec52c on black: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green77.3%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta4.4%
Yellow78.6%
Key (black)19.2%
Color previews
#cec52c text on a black background
contrast 11.65:1
Card sample
#cec52c text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cec52c;
Background color
Panel with #cec52c background
background-color: #cec52c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cec52c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 197, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 197, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cec52c; background: linear-gradient(135deg, #cec52c, #6BCE2C);