#cb8f2c
a balanced, vivid orange · warm · closest name: peru
RGB
203, 143, 44
HSL
37°, 64%, 48%
CMYK
0, 30, 78, 20
Luminance
0.3252
Every format
| HEX | #cb8f2c |
| RGB | rgb(203, 143, 44) |
| HSL | hsl(37, 64%, 48%) |
| CMYK | cmyk(0%, 30%, 78%, 20%) |
| LAB | lab(63.8 14.2 58.1) |
| LCH | lch(63.8 59.8 76.3) |
| OKLCH | oklch(0.693 0.131 75.1) |
Copy-ready code
/* CSS */
color: #cb8f2c;
background-color: #cb8f2c;
/* Tailwind (arbitrary) */
class="text-[#cb8f2c] bg-[#cb8f2c]"
/* SCSS */
$brand: #cb8f2c;
/* SwiftUI */
Color(red: 0.796, green: 0.561, blue: 0.173)
/* Android */
Color.parseColor("#cb8f2c")Accessibility — WCAG contrast
Aa
#cb8f2c on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb8f2c on black: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green56.1%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta29.6%
Yellow78.3%
Key (black)20.4%
Color previews
#cb8f2c text on a black background
contrast 7.50:1
Card sample
#cb8f2c text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb8f2c;
Background color
Panel with #cb8f2c background
background-color: #cb8f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb8f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 143, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 143, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb8f2c; background: linear-gradient(135deg, #cb8f2c, #9DCB2C);