#cea113
a dark, electric yellow · cool · closest name: orange
RGB
206, 161, 19
HSL
46°, 83%, 44%
CMYK
0, 22, 91, 19
Luminance
0.3866
Every format
| HEX | #cea113 |
| RGB | rgb(206, 161, 19) |
| HSL | hsl(46, 83%, 44%) |
| CMYK | cmyk(0%, 22%, 91%, 19%) |
| LAB | lab(68.5 5.1 69.3) |
| LCH | lch(68.5 69.5 85.8) |
| OKLCH | oklch(0.730 0.146 87.9) |
Copy-ready code
/* CSS */
color: #cea113;
background-color: #cea113;
/* Tailwind (arbitrary) */
class="text-[#cea113] bg-[#cea113]"
/* SCSS */
$brand: #cea113;
/* SwiftUI */
Color(red: 0.808, green: 0.631, blue: 0.075)
/* Android */
Color.parseColor("#cea113")Accessibility — WCAG contrast
Aa
#cea113 on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cea113 on black: 8.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green63.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta21.8%
Yellow90.8%
Key (black)19.2%
Color previews
#cea113 text on a black background
contrast 8.73:1
Card sample
#cea113 text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cea113;
Background color
Panel with #cea113 background
background-color: #cea113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cea113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 161, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 161, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cea113; background: linear-gradient(135deg, #cea113, #7ECE13);