#cf2145
a balanced, vivid red · warm · closest name: crimson
RGB
207, 33, 69
HSL
348°, 73%, 47%
CMYK
0, 84, 67, 19
Luminance
0.1478
Every format
| HEX | #cf2145 |
| RGB | rgb(207, 33, 69) |
| HSL | hsl(348, 73%, 47%) |
| CMYK | cmyk(0%, 84%, 67%, 19%) |
| LAB | lab(45.3 65.7 25.5) |
| LCH | lch(45.3 70.5 21.2) |
| OKLCH | oklch(0.555 0.205 17.1) |
Copy-ready code
/* CSS */
color: #cf2145;
background-color: #cf2145;
/* Tailwind (arbitrary) */
class="text-[#cf2145] bg-[#cf2145]"
/* SCSS */
$brand: #cf2145;
/* SwiftUI */
Color(red: 0.812, green: 0.129, blue: 0.271)
/* Android */
Color.parseColor("#cf2145")Accessibility — WCAG contrast
Aa
#cf2145 on white: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf2145 on black: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green12.9%
Blue27.1%
CMYK percentages
Cyan0.0%
Magenta84.1%
Yellow66.7%
Key (black)18.8%
Color previews
#cf2145 text on a black background
contrast 3.96:1
Card sample
#cf2145 text on a white background
contrast 5.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2145;
Background color
Panel with #cf2145 background
background-color: #cf2145;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2145;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 33, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 33, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2145; background: linear-gradient(135deg, #cf2145, #CF7121);