#c89f2f
a balanced, vivid yellow · warm · closest name: peru
RGB
200, 159, 47
HSL
44°, 62%, 48%
CMYK
0, 21, 77, 22
Luminance
0.3728
Every format
| HEX | #c89f2f |
| RGB | rgb(200, 159, 47) |
| HSL | hsl(44, 62%, 48%) |
| CMYK | cmyk(0%, 21%, 77%, 22%) |
| LAB | lab(67.5 4.3 60.4) |
| LCH | lch(67.5 60.5 85.9) |
| OKLCH | oklch(0.721 0.132 87.5) |
Copy-ready code
/* CSS */
color: #c89f2f;
background-color: #c89f2f;
/* Tailwind (arbitrary) */
class="text-[#c89f2f] bg-[#c89f2f]"
/* SCSS */
$brand: #c89f2f;
/* SwiftUI */
Color(red: 0.784, green: 0.624, blue: 0.184)
/* Android */
Color.parseColor("#c89f2f")Accessibility — WCAG contrast
Aa
#c89f2f on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c89f2f on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green62.4%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta20.5%
Yellow76.5%
Key (black)21.6%
Color previews
#c89f2f text on a black background
contrast 8.46:1
Card sample
#c89f2f text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c89f2f;
Background color
Panel with #c89f2f background
background-color: #c89f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c89f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 159, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 159, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c89f2f; background: linear-gradient(135deg, #c89f2f, #8BC82F);