#c89021
a balanced, vivid orange · warm · closest name: peru
RGB
200, 144, 33
HSL
40°, 72%, 46%
CMYK
0, 28, 84, 22
Luminance
0.3234
Every format
| HEX | #c89021 |
| RGB | rgb(200, 144, 33) |
| HSL | hsl(40, 72%, 46%) |
| CMYK | cmyk(0%, 28%, 84%, 22%) |
| LAB | lab(63.6 12.0 61.7) |
| LCH | lch(63.6 62.8 79.0) |
| OKLCH | oklch(0.691 0.134 78.7) |
Copy-ready code
/* CSS */
color: #c89021;
background-color: #c89021;
/* Tailwind (arbitrary) */
class="text-[#c89021] bg-[#c89021]"
/* SCSS */
$brand: #c89021;
/* SwiftUI */
Color(red: 0.784, green: 0.565, blue: 0.129)
/* Android */
Color.parseColor("#c89021")Accessibility — WCAG contrast
Aa
#c89021 on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c89021 on black: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green56.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta28.0%
Yellow83.5%
Key (black)21.6%
Color previews
#c89021 text on a black background
contrast 7.47:1
Card sample
#c89021 text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c89021;
Background color
Panel with #c89021 background
background-color: #c89021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c89021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 144, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 144, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c89021; background: linear-gradient(135deg, #c89021, #91C821);