#cb503f
a balanced, vivid red · warm · closest name: firebrick
RGB
203, 80, 63
HSL
7°, 57%, 52%
CMYK
0, 61, 69, 20
Luminance
0.1879
Every format
| HEX | #cb503f |
| RGB | rgb(203, 80, 63) |
| HSL | hsl(7, 57%, 52%) |
| CMYK | cmyk(0%, 61%, 69%, 20%) |
| LAB | lab(50.5 47.8 35.1) |
| LCH | lch(50.5 59.3 36.3) |
| OKLCH | oklch(0.591 0.160 30.4) |
Copy-ready code
/* CSS */
color: #cb503f;
background-color: #cb503f;
/* Tailwind (arbitrary) */
class="text-[#cb503f] bg-[#cb503f]"
/* SCSS */
$brand: #cb503f;
/* SwiftUI */
Color(red: 0.796, green: 0.314, blue: 0.247)
/* Android */
Color.parseColor("#cb503f")Accessibility — WCAG contrast
Aa
#cb503f on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb503f on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green31.4%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta60.6%
Yellow69.0%
Key (black)20.4%
Color previews
#cb503f text on a black background
contrast 4.76:1
Card sample
#cb503f text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb503f;
Background color
Panel with #cb503f background
background-color: #cb503f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb503f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 80, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 80, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb503f; background: linear-gradient(135deg, #cb503f, #CBAD3F);