#cb1f2f
a balanced, vivid red · warm · closest name: crimson
RGB
203, 31, 47
HSL
354°, 74%, 46%
CMYK
0, 85, 77, 20
Luminance
0.1388
Every format
| HEX | #cb1f2f |
| RGB | rgb(203, 31, 47) |
| HSL | hsl(354, 74%, 46%) |
| CMYK | cmyk(0%, 85%, 77%, 20%) |
| LAB | lab(44.1 64.1 37.0) |
| LCH | lch(44.1 74.0 30.0) |
| OKLCH | oklch(0.543 0.203 23.7) |
Copy-ready code
/* CSS */
color: #cb1f2f;
background-color: #cb1f2f;
/* Tailwind (arbitrary) */
class="text-[#cb1f2f] bg-[#cb1f2f]"
/* SCSS */
$brand: #cb1f2f;
/* SwiftUI */
Color(red: 0.796, green: 0.122, blue: 0.184)
/* Android */
Color.parseColor("#cb1f2f")Accessibility — WCAG contrast
Aa
#cb1f2f on white: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb1f2f on black: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green12.2%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta84.7%
Yellow76.8%
Key (black)20.4%
Color previews
#cb1f2f text on a black background
contrast 3.78:1
Card sample
#cb1f2f text on a white background
contrast 5.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb1f2f;
Background color
Panel with #cb1f2f background
background-color: #cb1f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb1f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 31, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 31, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb1f2f; background: linear-gradient(135deg, #cb1f2f, #CB821F);