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