#cb9b21
a balanced, vivid yellow · warm · closest name: peru
RGB
203, 155, 33
HSL
43°, 72%, 46%
CMYK
0, 24, 84, 20
Luminance
0.3625
Every format
| HEX | #cb9b21 |
| RGB | rgb(203, 155, 33) |
| HSL | hsl(43, 72%, 46%) |
| CMYK | cmyk(0%, 24%, 84%, 20%) |
| LAB | lab(66.7 7.3 64.4) |
| LCH | lch(66.7 64.8 83.5) |
| OKLCH | oklch(0.716 0.138 84.7) |
Copy-ready code
/* CSS */
color: #cb9b21;
background-color: #cb9b21;
/* Tailwind (arbitrary) */
class="text-[#cb9b21] bg-[#cb9b21]"
/* SCSS */
$brand: #cb9b21;
/* SwiftUI */
Color(red: 0.796, green: 0.608, blue: 0.129)
/* Android */
Color.parseColor("#cb9b21")Accessibility — WCAG contrast
Aa
#cb9b21 on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb9b21 on black: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green60.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta23.6%
Yellow83.7%
Key (black)20.4%
Color previews
#cb9b21 text on a black background
contrast 8.25:1
Card sample
#cb9b21 text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb9b21;
Background color
Panel with #cb9b21 background
background-color: #cb9b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb9b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 155, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 155, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb9b21; background: linear-gradient(135deg, #cb9b21, #8ACB21);