#c89722
a balanced, vivid yellow · warm · closest name: peru
RGB
200, 151, 34
HSL
42°, 71%, 46%
CMYK
0, 25, 83, 22
Luminance
0.3453
Every format
| HEX | #c89722 |
| RGB | rgb(200, 151, 34) |
| HSL | hsl(42, 71%, 46%) |
| CMYK | cmyk(0%, 25%, 83%, 22%) |
| LAB | lab(65.4 8.2 62.9) |
| LCH | lch(65.4 63.4 82.6) |
| OKLCH | oklch(0.705 0.136 83.4) |
Copy-ready code
/* CSS */
color: #c89722;
background-color: #c89722;
/* Tailwind (arbitrary) */
class="text-[#c89722] bg-[#c89722]"
/* SCSS */
$brand: #c89722;
/* SwiftUI */
Color(red: 0.784, green: 0.592, blue: 0.133)
/* Android */
Color.parseColor("#c89722")Accessibility — WCAG contrast
Aa
#c89722 on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c89722 on black: 7.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green59.2%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta24.5%
Yellow83.0%
Key (black)21.6%
Color previews
#c89722 text on a black background
contrast 7.91:1
Card sample
#c89722 text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c89722;
Background color
Panel with #c89722 background
background-color: #c89722;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c89722;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 151, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 151, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c89722; background: linear-gradient(135deg, #c89722, #8AC822);