#c89310
a dark, electric yellow · warm · closest name: orange
RGB
200, 147, 16
HSL
43°, 85%, 42%
CMYK
0, 27, 92, 22
Luminance
0.3318
Every format
| HEX | #c89310 |
| RGB | rgb(200, 147, 16) |
| HSL | hsl(43, 85%, 42%) |
| CMYK | cmyk(0%, 27%, 92%, 22%) |
| LAB | lab(64.3 10.0 66.4) |
| LCH | lch(64.3 67.2 81.5) |
| OKLCH | oklch(0.696 0.140 82.1) |
Copy-ready code
/* CSS */
color: #c89310;
background-color: #c89310;
/* Tailwind (arbitrary) */
class="text-[#c89310] bg-[#c89310]"
/* SCSS */
$brand: #c89310;
/* SwiftUI */
Color(red: 0.784, green: 0.576, blue: 0.063)
/* Android */
Color.parseColor("#c89310")Accessibility — WCAG contrast
Aa
#c89310 on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c89310 on black: 7.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green57.6%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta26.5%
Yellow92.0%
Key (black)21.6%
Color previews
#c89310 text on a black background
contrast 7.64:1
Card sample
#c89310 text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c89310;
Background color
Panel with #c89310 background
background-color: #c89310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c89310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 147, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 147, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c89310; background: linear-gradient(135deg, #c89310, #83C810);