#cb9b2d
a balanced, vivid yellow · warm · closest name: peru
RGB
203, 155, 45
HSL
42°, 64%, 49%
CMYK
0, 24, 78, 20
Luminance
0.3633
Every format
| HEX | #cb9b2d |
| RGB | rgb(203, 155, 45) |
| HSL | hsl(42, 64%, 49%) |
| CMYK | cmyk(0%, 24%, 78%, 20%) |
| LAB | lab(66.8 7.7 60.5) |
| LCH | lch(66.8 61.0 82.7) |
| OKLCH | oklch(0.716 0.133 83.5) |
Copy-ready code
/* CSS */
color: #cb9b2d;
background-color: #cb9b2d;
/* Tailwind (arbitrary) */
class="text-[#cb9b2d] bg-[#cb9b2d]"
/* SCSS */
$brand: #cb9b2d;
/* SwiftUI */
Color(red: 0.796, green: 0.608, blue: 0.176)
/* Android */
Color.parseColor("#cb9b2d")Accessibility — WCAG contrast
Aa
#cb9b2d on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb9b2d on black: 8.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green60.8%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta23.6%
Yellow77.8%
Key (black)20.4%
Color previews
#cb9b2d text on a black background
contrast 8.27:1
Card sample
#cb9b2d text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb9b2d;
Background color
Panel with #cb9b2d background
background-color: #cb9b2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb9b2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 155, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 155, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb9b2d; background: linear-gradient(135deg, #cb9b2d, #92CB2D);