#ce9012
a dark, electric yellow · warm · closest name: orange
RGB
206, 144, 18
HSL
40°, 84%, 44%
CMYK
0, 30, 91, 19
Luminance
0.3311
Every format
| HEX | #ce9012 |
| RGB | rgb(206, 144, 18) |
| HSL | hsl(40, 84%, 44%) |
| CMYK | cmyk(0%, 30%, 91%, 19%) |
| LAB | lab(64.3 14.3 66.3) |
| LCH | lch(64.3 67.8 77.8) |
| OKLCH | oklch(0.697 0.142 77.2) |
Copy-ready code
/* CSS */
color: #ce9012;
background-color: #ce9012;
/* Tailwind (arbitrary) */
class="text-[#ce9012] bg-[#ce9012]"
/* SCSS */
$brand: #ce9012;
/* SwiftUI */
Color(red: 0.808, green: 0.565, blue: 0.071)
/* Android */
Color.parseColor("#ce9012")Accessibility — WCAG contrast
Aa
#ce9012 on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce9012 on black: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green56.5%
Blue7.1%
CMYK percentages
Cyan0.0%
Magenta30.1%
Yellow91.3%
Key (black)19.2%
Color previews
#ce9012 text on a black background
contrast 7.62:1
Card sample
#ce9012 text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce9012;
Background color
Panel with #ce9012 background
background-color: #ce9012;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce9012;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 144, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 144, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce9012; background: linear-gradient(135deg, #ce9012, #8FCE12);