#cf2239
a balanced, vivid red · warm · closest name: crimson
RGB
207, 34, 57
HSL
352°, 72%, 47%
CMYK
0, 84, 73, 19
Luminance
0.1470
Every format
| HEX | #cf2239 |
| RGB | rgb(207, 34, 57) |
| HSL | hsl(352, 72%, 47%) |
| CMYK | cmyk(0%, 84%, 73%, 19%) |
| LAB | lab(45.2 64.9 32.6) |
| LCH | lch(45.2 72.7 26.7) |
| OKLCH | oklch(0.553 0.204 21.3) |
Copy-ready code
/* CSS */
color: #cf2239;
background-color: #cf2239;
/* Tailwind (arbitrary) */
class="text-[#cf2239] bg-[#cf2239]"
/* SCSS */
$brand: #cf2239;
/* SwiftUI */
Color(red: 0.812, green: 0.133, blue: 0.224)
/* Android */
Color.parseColor("#cf2239")Accessibility — WCAG contrast
Aa
#cf2239 on white: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf2239 on black: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green13.3%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta83.6%
Yellow72.5%
Key (black)18.8%
Color previews
#cf2239 text on a black background
contrast 3.94:1
Card sample
#cf2239 text on a white background
contrast 5.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2239;
Background color
Panel with #cf2239 background
background-color: #cf2239;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2239;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 34, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 34, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2239; background: linear-gradient(135deg, #cf2239, #CF7E22);