#cd8f14
a dark, electric orange · warm · closest name: peru
RGB
205, 143, 20
HSL
40°, 82%, 44%
CMYK
0, 30, 90, 20
Luminance
0.3267
Every format
| HEX | #cd8f14 |
| RGB | rgb(205, 143, 20) |
| HSL | hsl(40, 82%, 44%) |
| CMYK | cmyk(0%, 30%, 90%, 20%) |
| LAB | lab(63.9 14.4 65.6) |
| LCH | lch(63.9 67.1 77.6) |
| OKLCH | oklch(0.694 0.141 76.9) |
Copy-ready code
/* CSS */
color: #cd8f14;
background-color: #cd8f14;
/* Tailwind (arbitrary) */
class="text-[#cd8f14] bg-[#cd8f14]"
/* SCSS */
$brand: #cd8f14;
/* SwiftUI */
Color(red: 0.804, green: 0.561, blue: 0.078)
/* Android */
Color.parseColor("#cd8f14")Accessibility — WCAG contrast
Aa
#cd8f14 on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd8f14 on black: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green56.1%
Blue7.8%
CMYK percentages
Cyan0.0%
Magenta30.2%
Yellow90.2%
Key (black)19.6%
Color previews
#cd8f14 text on a black background
contrast 7.53:1
Card sample
#cd8f14 text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd8f14;
Background color
Panel with #cd8f14 background
background-color: #cd8f14;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd8f14;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 143, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 143, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd8f14; background: linear-gradient(135deg, #cd8f14, #90CD14);