#cb7939
a balanced, vivid orange · warm · closest name: peru
RGB
203, 121, 57
HSL
26°, 58%, 51%
CMYK
0, 40, 72, 20
Luminance
0.2667
Every format
| HEX | #cb7939 |
| RGB | rgb(203, 121, 57) |
| HSL | hsl(26, 58%, 51%) |
| CMYK | cmyk(0%, 40%, 72%, 20%) |
| LAB | lab(58.7 26.7 47.4) |
| LCH | lch(58.7 54.4 60.6) |
| OKLCH | oklch(0.654 0.129 55.7) |
Copy-ready code
/* CSS */
color: #cb7939;
background-color: #cb7939;
/* Tailwind (arbitrary) */
class="text-[#cb7939] bg-[#cb7939]"
/* SCSS */
$brand: #cb7939;
/* SwiftUI */
Color(red: 0.796, green: 0.475, blue: 0.224)
/* Android */
Color.parseColor("#cb7939")Accessibility — WCAG contrast
Aa
#cb7939 on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb7939 on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green47.5%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta40.4%
Yellow71.9%
Key (black)20.4%
Color previews
#cb7939 text on a black background
contrast 6.33:1
Card sample
#cb7939 text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb7939;
Background color
Panel with #cb7939 background
background-color: #cb7939;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb7939;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 121, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 121, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb7939; background: linear-gradient(135deg, #cb7939, #BCCB39);