#c89b37
a balanced, vivid yellow · warm · closest name: peru
RGB
200, 155, 55
HSL
41°, 57%, 50%
CMYK
0, 23, 73, 22
Luminance
0.3600
Every format
| HEX | #c89b37 |
| RGB | rgb(200, 155, 55) |
| HSL | hsl(41, 57%, 50%) |
| CMYK | cmyk(0%, 23%, 73%, 22%) |
| LAB | lab(66.5 6.8 56.3) |
| LCH | lch(66.5 56.7 83.1) |
| OKLCH | oklch(0.714 0.126 83.7) |
Copy-ready code
/* CSS */
color: #c89b37;
background-color: #c89b37;
/* Tailwind (arbitrary) */
class="text-[#c89b37] bg-[#c89b37]"
/* SCSS */
$brand: #c89b37;
/* SwiftUI */
Color(red: 0.784, green: 0.608, blue: 0.216)
/* Android */
Color.parseColor("#c89b37")Accessibility — WCAG contrast
Aa
#c89b37 on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c89b37 on black: 8.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green60.8%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta22.5%
Yellow72.5%
Key (black)21.6%
Color previews
#c89b37 text on a black background
contrast 8.20:1
Card sample
#c89b37 text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c89b37;
Background color
Panel with #c89b37 background
background-color: #c89b37;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c89b37;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 155, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 155, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c89b37; background: linear-gradient(135deg, #c89b37, #94C837);