#c99f39
a balanced, vivid yellow · warm · closest name: peru
RGB
201, 159, 57
HSL
43°, 57%, 51%
CMYK
0, 21, 72, 21
Luminance
0.3751
Every format
| HEX | #c99f39 |
| RGB | rgb(201, 159, 57) |
| HSL | hsl(43, 57%, 51%) |
| CMYK | cmyk(0%, 21%, 72%, 21%) |
| LAB | lab(67.7 5.2 56.6) |
| LCH | lch(67.7 56.9 84.7) |
| OKLCH | oklch(0.723 0.127 85.8) |
Copy-ready code
/* CSS */
color: #c99f39;
background-color: #c99f39;
/* Tailwind (arbitrary) */
class="text-[#c99f39] bg-[#c99f39]"
/* SCSS */
$brand: #c99f39;
/* SwiftUI */
Color(red: 0.788, green: 0.624, blue: 0.224)
/* Android */
Color.parseColor("#c99f39")Accessibility — WCAG contrast
Aa
#c99f39 on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c99f39 on black: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green62.4%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta20.9%
Yellow71.6%
Key (black)21.2%
Color previews
#c99f39 text on a black background
contrast 8.50:1
Card sample
#c99f39 text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c99f39;
Background color
Panel with #c99f39 background
background-color: #c99f39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c99f39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 159, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 159, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c99f39; background: linear-gradient(135deg, #c99f39, #93C939);