#c89f3f
a balanced, vivid yellow · warm · closest name: peru
RGB
200, 159, 63
HSL
42°, 56%, 52%
CMYK
0, 21, 69, 22
Luminance
0.3743
Every format
| HEX | #c89f3f |
| RGB | rgb(200, 159, 63) |
| HSL | hsl(42, 56%, 52%) |
| CMYK | cmyk(0%, 21%, 69%, 22%) |
| LAB | lab(67.6 5.1 54.0) |
| LCH | lch(67.6 54.2 84.6) |
| OKLCH | oklch(0.723 0.122 85.4) |
Copy-ready code
/* CSS */
color: #c89f3f;
background-color: #c89f3f;
/* Tailwind (arbitrary) */
class="text-[#c89f3f] bg-[#c89f3f]"
/* SCSS */
$brand: #c89f3f;
/* SwiftUI */
Color(red: 0.784, green: 0.624, blue: 0.247)
/* Android */
Color.parseColor("#c89f3f")Accessibility — WCAG contrast
Aa
#c89f3f on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c89f3f on black: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green62.4%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta20.5%
Yellow68.5%
Key (black)21.6%
Color previews
#c89f3f text on a black background
contrast 8.49:1
Card sample
#c89f3f text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c89f3f;
Background color
Panel with #c89f3f background
background-color: #c89f3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c89f3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 159, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 159, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c89f3f; background: linear-gradient(135deg, #c89f3f, #96C83F);