#cf103c
a dark, electric red · warm · closest name: crimson
RGB
207, 16, 60
HSL
346°, 86%, 44%
CMYK
0, 92, 71, 19
Luminance
0.1396
Every format
| HEX | #cf103c |
| RGB | rgb(207, 16, 60) |
| HSL | hsl(346, 86%, 44%) |
| CMYK | cmyk(0%, 92%, 71%, 19%) |
| LAB | lab(44.2 68.2 29.6) |
| LCH | lch(44.2 74.3 23.4) |
| OKLCH | oklch(0.546 0.213 18.7) |
Copy-ready code
/* CSS */
color: #cf103c;
background-color: #cf103c;
/* Tailwind (arbitrary) */
class="text-[#cf103c] bg-[#cf103c]"
/* SCSS */
$brand: #cf103c;
/* SwiftUI */
Color(red: 0.812, green: 0.063, blue: 0.235)
/* Android */
Color.parseColor("#cf103c")Accessibility — WCAG contrast
Aa
#cf103c on white: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf103c on black: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green6.3%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta92.3%
Yellow71.0%
Key (black)18.8%
Color previews
#cf103c text on a black background
contrast 3.79:1
Card sample
#cf103c text on a white background
contrast 5.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf103c;
Background color
Panel with #cf103c background
background-color: #cf103c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf103c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 16, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 16, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf103c; background: linear-gradient(135deg, #cf103c, #CF6310);