#cb751b
a balanced, electric orange · warm · closest name: chocolate
RGB
203, 117, 27
HSL
31°, 77%, 45%
CMYK
0, 42, 87, 20
Luminance
0.2550
Every format
| HEX | #cb751b |
| RGB | rgb(203, 117, 27) |
| HSL | hsl(31, 77%, 45%) |
| CMYK | cmyk(0%, 42%, 87%, 20%) |
| LAB | lab(57.6 27.8 58.6) |
| LCH | lch(57.6 64.9 64.6) |
| OKLCH | oklch(0.644 0.143 59.8) |
Copy-ready code
/* CSS */
color: #cb751b;
background-color: #cb751b;
/* Tailwind (arbitrary) */
class="text-[#cb751b] bg-[#cb751b]"
/* SCSS */
$brand: #cb751b;
/* SwiftUI */
Color(red: 0.796, green: 0.459, blue: 0.106)
/* Android */
Color.parseColor("#cb751b")Accessibility — WCAG contrast
Aa
#cb751b on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb751b on black: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green45.9%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta42.4%
Yellow86.7%
Key (black)20.4%
Color previews
#cb751b text on a black background
contrast 6.10:1
Card sample
#cb751b text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb751b;
Background color
Panel with #cb751b background
background-color: #cb751b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb751b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 117, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 117, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb751b; background: linear-gradient(135deg, #cb751b, #ACCB1B);