#ce9613
a dark, electric yellow · warm · closest name: orange
RGB
206, 150, 19
HSL
42°, 83%, 44%
CMYK
0, 27, 91, 19
Luminance
0.3498
Every format
| HEX | #ce9613 |
| RGB | rgb(206, 150, 19) |
| HSL | hsl(42, 83%, 44%) |
| CMYK | cmyk(0%, 27%, 91%, 19%) |
| LAB | lab(65.7 11.1 67.2) |
| LCH | lch(65.7 68.1 80.7) |
| OKLCH | oklch(0.709 0.143 81.0) |
Copy-ready code
/* CSS */
color: #ce9613;
background-color: #ce9613;
/* Tailwind (arbitrary) */
class="text-[#ce9613] bg-[#ce9613]"
/* SCSS */
$brand: #ce9613;
/* SwiftUI */
Color(red: 0.808, green: 0.588, blue: 0.075)
/* Android */
Color.parseColor("#ce9613")Accessibility — WCAG contrast
Aa
#ce9613 on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce9613 on black: 8.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green58.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta27.2%
Yellow90.8%
Key (black)19.2%
Color previews
#ce9613 text on a black background
contrast 8.00:1
Card sample
#ce9613 text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce9613;
Background color
Panel with #ce9613 background
background-color: #ce9613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce9613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 150, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 150, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce9613; background: linear-gradient(135deg, #ce9613, #89CE13);