#cb5f2c
a balanced, vivid orange · warm · closest name: chocolate
RGB
203, 95, 44
HSL
19°, 64%, 48%
CMYK
0, 53, 78, 20
Luminance
0.2106
Every format
| HEX | #cb5f2c |
| RGB | rgb(203, 95, 44) |
| HSL | hsl(19, 64%, 48%) |
| CMYK | cmyk(0%, 53%, 78%, 20%) |
| LAB | lab(53.0 39.8 47.8) |
| LCH | lch(53.0 62.2 50.2) |
| OKLCH | oklch(0.610 0.151 43.5) |
Copy-ready code
/* CSS */
color: #cb5f2c;
background-color: #cb5f2c;
/* Tailwind (arbitrary) */
class="text-[#cb5f2c] bg-[#cb5f2c]"
/* SCSS */
$brand: #cb5f2c;
/* SwiftUI */
Color(red: 0.796, green: 0.373, blue: 0.173)
/* Android */
Color.parseColor("#cb5f2c")Accessibility — WCAG contrast
Aa
#cb5f2c on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb5f2c on black: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green37.3%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta53.2%
Yellow78.3%
Key (black)20.4%
Color previews
#cb5f2c text on a black background
contrast 5.21:1
Card sample
#cb5f2c text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb5f2c;
Background color
Panel with #cb5f2c background
background-color: #cb5f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb5f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 95, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 95, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb5f2c; background: linear-gradient(135deg, #cb5f2c, #CBC92C);