#c89913
a dark, electric yellow · warm · closest name: orange
RGB
200, 153, 19
HSL
44°, 83%, 43%
CMYK
0, 24, 91, 22
Luminance
0.3511
Every format
| HEX | #c89913 |
| RGB | rgb(200, 153, 19) |
| HSL | hsl(44, 83%, 43%) |
| CMYK | cmyk(0%, 24%, 91%, 22%) |
| LAB | lab(65.8 6.8 67.0) |
| LCH | lch(65.8 67.4 84.2) |
| OKLCH | oklch(0.708 0.141 85.8) |
Copy-ready code
/* CSS */
color: #c89913;
background-color: #c89913;
/* Tailwind (arbitrary) */
class="text-[#c89913] bg-[#c89913]"
/* SCSS */
$brand: #c89913;
/* SwiftUI */
Color(red: 0.784, green: 0.600, blue: 0.075)
/* Android */
Color.parseColor("#c89913")Accessibility — WCAG contrast
Aa
#c89913 on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c89913 on black: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green60.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta23.5%
Yellow90.5%
Key (black)21.6%
Color previews
#c89913 text on a black background
contrast 8.02:1
Card sample
#c89913 text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c89913;
Background color
Panel with #c89913 background
background-color: #c89913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c89913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 153, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 153, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c89913; background: linear-gradient(135deg, #c89913, #7EC813);