#cb730f
a dark, electric orange · warm · closest name: chocolate
RGB
203, 115, 15
HSL
32°, 86%, 43%
CMYK
0, 43, 93, 20
Luminance
0.2499
Every format
| HEX | #cb730f |
| RGB | rgb(203, 115, 15) |
| HSL | hsl(32, 86%, 43%) |
| CMYK | cmyk(0%, 43%, 93%, 20%) |
| LAB | lab(57.1 28.6 61.5) |
| LCH | lch(57.1 67.8 65.0) |
| OKLCH | oklch(0.640 0.146 60.0) |
Copy-ready code
/* CSS */
color: #cb730f;
background-color: #cb730f;
/* Tailwind (arbitrary) */
class="text-[#cb730f] bg-[#cb730f]"
/* SCSS */
$brand: #cb730f;
/* SwiftUI */
Color(red: 0.796, green: 0.451, blue: 0.059)
/* Android */
Color.parseColor("#cb730f")Accessibility — WCAG contrast
Aa
#cb730f on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb730f on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green45.1%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta43.3%
Yellow92.6%
Key (black)20.4%
Color previews
#cb730f text on a black background
contrast 6.00:1
Card sample
#cb730f text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb730f;
Background color
Panel with #cb730f background
background-color: #cb730f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb730f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 115, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 115, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb730f; background: linear-gradient(135deg, #cb730f, #A6CB0F);