#c88f13
a dark, electric yellow · warm · closest name: peru
RGB
200, 143, 19
HSL
41°, 83%, 43%
CMYK
0, 29, 91, 22
Luminance
0.3197
Every format
| HEX | #c88f13 |
| RGB | rgb(200, 143, 19) |
| HSL | hsl(41, 83%, 43%) |
| CMYK | cmyk(0%, 29%, 91%, 22%) |
| LAB | lab(63.3 12.2 65.1) |
| LCH | lch(63.3 66.2 79.4) |
| OKLCH | oklch(0.688 0.139 79.3) |
Copy-ready code
/* CSS */
color: #c88f13;
background-color: #c88f13;
/* Tailwind (arbitrary) */
class="text-[#c88f13] bg-[#c88f13]"
/* SCSS */
$brand: #c88f13;
/* SwiftUI */
Color(red: 0.784, green: 0.561, blue: 0.075)
/* Android */
Color.parseColor("#c88f13")Accessibility — WCAG contrast
Aa
#c88f13 on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c88f13 on black: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green56.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta28.5%
Yellow90.5%
Key (black)21.6%
Color previews
#c88f13 text on a black background
contrast 7.39:1
Card sample
#c88f13 text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c88f13;
Background color
Panel with #c88f13 background
background-color: #c88f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c88f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 143, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 143, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c88f13; background: linear-gradient(135deg, #c88f13, #88C813);