#cb853f
a balanced, vivid orange · warm · “peru”
RGB
203, 133, 63
HSL
30°, 57%, 52%
CMYK
0, 35, 69, 20
Luminance
0.2983
Every format
| HEX | #cb853f |
| RGB | rgb(203, 133, 63) |
| HSL | hsl(30, 57%, 52%) |
| CMYK | cmyk(0%, 35%, 69%, 20%) |
| LAB | lab(61.5 20.6 47.6) |
| LCH | lch(61.5 51.8 66.6) |
| OKLCH | oklch(0.676 0.121 63.0) |
Copy-ready code
/* CSS */
color: #cb853f;
background-color: #cb853f;
/* Tailwind (arbitrary) */
class="text-[#cb853f] bg-[#cb853f]"
/* SCSS */
$brand: #cb853f;
/* SwiftUI */
Color(red: 0.796, green: 0.522, blue: 0.247)
/* Android */
Color.parseColor("#cb853f")Accessibility — WCAG contrast
Aa
#cb853f on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb853f on black: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green52.2%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta34.5%
Yellow69.0%
Key (black)20.4%
Color previews
#cb853f text on a black background
contrast 6.97:1
Card sample
#cb853f text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb853f;
Background color
Panel with #cb853f background
background-color: #cb853f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb853f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 133, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 133, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb853f; background: linear-gradient(135deg, #cb853f, #B4CB3F);