#c99b21
a balanced, vivid yellow · warm · closest name: peru
RGB
201, 155, 33
HSL
44°, 72%, 46%
CMYK
0, 23, 84, 21
Luminance
0.3597
Every format
| HEX | #c99b21 |
| RGB | rgb(201, 155, 33) |
| HSL | hsl(44, 72%, 46%) |
| CMYK | cmyk(0%, 23%, 84%, 21%) |
| LAB | lab(66.5 6.5 64.2) |
| LCH | lch(66.5 64.5 84.3) |
| OKLCH | oklch(0.714 0.138 85.7) |
Copy-ready code
/* CSS */
color: #c99b21;
background-color: #c99b21;
/* Tailwind (arbitrary) */
class="text-[#c99b21] bg-[#c99b21]"
/* SCSS */
$brand: #c99b21;
/* SwiftUI */
Color(red: 0.788, green: 0.608, blue: 0.129)
/* Android */
Color.parseColor("#c99b21")Accessibility — WCAG contrast
Aa
#c99b21 on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c99b21 on black: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green60.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta22.9%
Yellow83.6%
Key (black)21.2%
Color previews
#c99b21 text on a black background
contrast 8.19:1
Card sample
#c99b21 text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c99b21;
Background color
Panel with #c99b21 background
background-color: #c99b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c99b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 155, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 155, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c99b21; background: linear-gradient(135deg, #c99b21, #87C921);