#cb481f
a balanced, vivid red · warm · closest name: tomato
RGB
203, 72, 31
HSL
14°, 74%, 46%
CMYK
0, 65, 85, 20
Luminance
0.1743
Every format
| HEX | #cb481f |
| RGB | rgb(203, 72, 31) |
| HSL | hsl(14, 74%, 46%) |
| CMYK | cmyk(0%, 65%, 85%, 20%) |
| LAB | lab(48.8 50.2 49.8) |
| LCH | lch(48.8 70.7 44.8) |
| OKLCH | oklch(0.578 0.174 36.9) |
Copy-ready code
/* CSS */
color: #cb481f;
background-color: #cb481f;
/* Tailwind (arbitrary) */
class="text-[#cb481f] bg-[#cb481f]"
/* SCSS */
$brand: #cb481f;
/* SwiftUI */
Color(red: 0.796, green: 0.282, blue: 0.122)
/* Android */
Color.parseColor("#cb481f")Accessibility — WCAG contrast
Aa
#cb481f on white: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb481f on black: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green28.2%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta64.5%
Yellow84.7%
Key (black)20.4%
Color previews
#cb481f text on a black background
contrast 4.49:1
Card sample
#cb481f text on a white background
contrast 4.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb481f;
Background color
Panel with #cb481f background
background-color: #cb481f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb481f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 72, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 72, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb481f; background: linear-gradient(135deg, #cb481f, #CBBB1F);