#c89a21
a balanced, vivid yellow · warm · closest name: peru
RGB
200, 154, 33
HSL
44°, 72%, 46%
CMYK
0, 23, 84, 22
Luminance
0.3550
Every format
| HEX | #c89a21 |
| RGB | rgb(200, 154, 33) |
| HSL | hsl(44, 72%, 46%) |
| CMYK | cmyk(0%, 23%, 84%, 22%) |
| LAB | lab(66.1 6.5 63.8) |
| LCH | lch(66.1 64.1 84.1) |
| OKLCH | oklch(0.711 0.137 85.5) |
Copy-ready code
/* CSS */
color: #c89a21;
background-color: #c89a21;
/* Tailwind (arbitrary) */
class="text-[#c89a21] bg-[#c89a21]"
/* SCSS */
$brand: #c89a21;
/* SwiftUI */
Color(red: 0.784, green: 0.604, blue: 0.129)
/* Android */
Color.parseColor("#c89a21")Accessibility — WCAG contrast
Aa
#c89a21 on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c89a21 on black: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green60.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta23.0%
Yellow83.5%
Key (black)21.6%
Color previews
#c89a21 text on a black background
contrast 8.10:1
Card sample
#c89a21 text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c89a21;
Background color
Panel with #c89a21 background
background-color: #c89a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c89a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 154, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 154, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c89a21; background: linear-gradient(135deg, #c89a21, #87C821);