#c99621
a balanced, vivid yellow · warm · closest name: peru
RGB
201, 150, 33
HSL
42°, 72%, 46%
CMYK
0, 25, 84, 21
Luminance
0.3434
Every format
| HEX | #c99621 |
| RGB | rgb(201, 150, 33) |
| HSL | hsl(42, 72%, 46%) |
| CMYK | cmyk(0%, 25%, 84%, 21%) |
| LAB | lab(65.2 9.2 63.1) |
| LCH | lch(65.2 63.7 81.7) |
| OKLCH | oklch(0.704 0.136 82.4) |
Copy-ready code
/* CSS */
color: #c99621;
background-color: #c99621;
/* Tailwind (arbitrary) */
class="text-[#c99621] bg-[#c99621]"
/* SCSS */
$brand: #c99621;
/* SwiftUI */
Color(red: 0.788, green: 0.588, blue: 0.129)
/* Android */
Color.parseColor("#c99621")Accessibility — WCAG contrast
Aa
#c99621 on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c99621 on black: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green58.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta25.4%
Yellow83.6%
Key (black)21.2%
Color previews
#c99621 text on a black background
contrast 7.87:1
Card sample
#c99621 text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c99621;
Background color
Panel with #c99621 background
background-color: #c99621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c99621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 150, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 150, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c99621; background: linear-gradient(135deg, #c99621, #8CC921);