#cec521
a balanced, vivid yellow · cool · closest name: gold
RGB
206, 197, 33
HSL
57°, 72%, 47%
CMYK
0, 4, 84, 19
Luminance
0.5316
Every format
| HEX | #cec521 |
| RGB | rgb(206, 197, 33) |
| HSL | hsl(57, 72%, 47%) |
| CMYK | cmyk(0%, 4%, 84%, 19%) |
| LAB | lab(78.0 -13.4 74.0) |
| LCH | lch(78.0 75.2 100.2) |
| OKLCH | oklch(0.805 0.165 106.1) |
Copy-ready code
/* CSS */
color: #cec521;
background-color: #cec521;
/* Tailwind (arbitrary) */
class="text-[#cec521] bg-[#cec521]"
/* SCSS */
$brand: #cec521;
/* SwiftUI */
Color(red: 0.808, green: 0.773, blue: 0.129)
/* Android */
Color.parseColor("#cec521")Accessibility — WCAG contrast
Aa
#cec521 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cec521 on black: 11.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green77.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta4.4%
Yellow84.0%
Key (black)19.2%
Color previews
#cec521 text on a black background
contrast 11.63:1
Card sample
#cec521 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cec521;
Background color
Panel with #cec521 background
background-color: #cec521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cec521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 197, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 197, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cec521; background: linear-gradient(135deg, #cec521, #64CE21);