#c89621
a balanced, vivid yellow · warm · closest name: peru
RGB
200, 150, 33
HSL
42°, 72%, 46%
CMYK
0, 25, 84, 22
Luminance
0.3420
Every format
| HEX | #c89621 |
| RGB | rgb(200, 150, 33) |
| HSL | hsl(42, 72%, 46%) |
| CMYK | cmyk(0%, 25%, 84%, 22%) |
| LAB | lab(65.1 8.7 62.9) |
| LCH | lch(65.1 63.5 82.1) |
| OKLCH | oklch(0.703 0.136 82.8) |
Copy-ready code
/* CSS */
color: #c89621;
background-color: #c89621;
/* Tailwind (arbitrary) */
class="text-[#c89621] bg-[#c89621]"
/* SCSS */
$brand: #c89621;
/* SwiftUI */
Color(red: 0.784, green: 0.588, blue: 0.129)
/* Android */
Color.parseColor("#c89621")Accessibility — WCAG contrast
Aa
#c89621 on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c89621 on black: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green58.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta25.0%
Yellow83.5%
Key (black)21.6%
Color previews
#c89621 text on a black background
contrast 7.84:1
Card sample
#c89621 text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c89621;
Background color
Panel with #c89621 background
background-color: #c89621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c89621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 150, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 150, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c89621; background: linear-gradient(135deg, #c89621, #8BC821);