#cb9c2f
a balanced, vivid yellow · warm · closest name: peru
RGB
203, 156, 47
HSL
42°, 62%, 49%
CMYK
0, 23, 77, 20
Luminance
0.3668
Every format
| HEX | #cb9c2f |
| RGB | rgb(203, 156, 47) |
| HSL | hsl(42, 62%, 49%) |
| CMYK | cmyk(0%, 23%, 77%, 20%) |
| LAB | lab(67.0 7.3 60.0) |
| LCH | lch(67.0 60.5 83.1) |
| OKLCH | oklch(0.719 0.132 83.9) |
Copy-ready code
/* CSS */
color: #cb9c2f;
background-color: #cb9c2f;
/* Tailwind (arbitrary) */
class="text-[#cb9c2f] bg-[#cb9c2f]"
/* SCSS */
$brand: #cb9c2f;
/* SwiftUI */
Color(red: 0.796, green: 0.612, blue: 0.184)
/* Android */
Color.parseColor("#cb9c2f")Accessibility — WCAG contrast
Aa
#cb9c2f on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb9c2f on black: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green61.2%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta23.2%
Yellow76.8%
Key (black)20.4%
Color previews
#cb9c2f text on a black background
contrast 8.34:1
Card sample
#cb9c2f text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb9c2f;
Background color
Panel with #cb9c2f background
background-color: #cb9c2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb9c2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 156, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 156, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb9c2f; background: linear-gradient(135deg, #cb9c2f, #92CB2F);