#cec321
a balanced, vivid yellow · cool · closest name: gold
RGB
206, 195, 33
HSL
56°, 72%, 47%
CMYK
0, 5, 84, 19
Luminance
0.5226
Every format
| HEX | #cec321 |
| RGB | rgb(206, 195, 33) |
| HSL | hsl(56, 72%, 47%) |
| CMYK | cmyk(0%, 5%, 84%, 19%) |
| LAB | lab(77.4 -12.3 73.5) |
| LCH | lch(77.4 74.5 99.5) |
| OKLCH | oklch(0.801 0.163 105.2) |
Copy-ready code
/* CSS */
color: #cec321;
background-color: #cec321;
/* Tailwind (arbitrary) */
class="text-[#cec321] bg-[#cec321]"
/* SCSS */
$brand: #cec321;
/* SwiftUI */
Color(red: 0.808, green: 0.765, blue: 0.129)
/* Android */
Color.parseColor("#cec321")Accessibility — WCAG contrast
Aa
#cec321 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cec321 on black: 11.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green76.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta5.3%
Yellow84.0%
Key (black)19.2%
Color previews
#cec321 text on a black background
contrast 11.45:1
Card sample
#cec321 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cec321;
Background color
Panel with #cec321 background
background-color: #cec321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cec321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 195, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 195, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cec321; background: linear-gradient(135deg, #cec321, #66CE21);