#cecc13
a dark, electric yellow · cool · closest name: gold
RGB
206, 204, 19
HSL
59°, 83%, 44%
CMYK
0, 1, 91, 19
Luminance
0.5635
Every format
| HEX | #cecc13 |
| RGB | rgb(206, 204, 19) |
| HSL | hsl(59, 83%, 44%) |
| CMYK | cmyk(0%, 1%, 91%, 19%) |
| LAB | lab(79.8 -17.1 78.0) |
| LCH | lch(79.8 79.9 102.4) |
| OKLCH | oklch(0.820 0.175 109.0) |
Copy-ready code
/* CSS */
color: #cecc13;
background-color: #cecc13;
/* Tailwind (arbitrary) */
class="text-[#cecc13] bg-[#cecc13]"
/* SCSS */
$brand: #cecc13;
/* SwiftUI */
Color(red: 0.808, green: 0.800, blue: 0.075)
/* Android */
Color.parseColor("#cecc13")Accessibility — WCAG contrast
Aa
#cecc13 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecc13 on black: 12.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta1.0%
Yellow90.8%
Key (black)19.2%
Color previews
#cecc13 text on a black background
contrast 12.27:1
Card sample
#cecc13 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecc13;
Background color
Panel with #cecc13 background
background-color: #cecc13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecc13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 204, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 204, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecc13; background: linear-gradient(135deg, #cecc13, #53CE13);