#cf223f
a balanced, vivid red · warm · closest name: crimson
RGB
207, 34, 63
HSL
350°, 72%, 47%
CMYK
0, 84, 70, 19
Luminance
0.1477
Every format
| HEX | #cf223f |
| RGB | rgb(207, 34, 63) |
| HSL | hsl(350, 72%, 47%) |
| CMYK | cmyk(0%, 84%, 70%, 19%) |
| LAB | lab(45.3 65.2 29.1) |
| LCH | lch(45.3 71.4 24.1) |
| OKLCH | oklch(0.554 0.204 19.3) |
Copy-ready code
/* CSS */
color: #cf223f;
background-color: #cf223f;
/* Tailwind (arbitrary) */
class="text-[#cf223f] bg-[#cf223f]"
/* SCSS */
$brand: #cf223f;
/* SwiftUI */
Color(red: 0.812, green: 0.133, blue: 0.247)
/* Android */
Color.parseColor("#cf223f")Accessibility — WCAG contrast
Aa
#cf223f on white: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf223f on black: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green13.3%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta83.6%
Yellow69.6%
Key (black)18.8%
Color previews
#cf223f text on a black background
contrast 3.95:1
Card sample
#cf223f text on a white background
contrast 5.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf223f;
Background color
Panel with #cf223f background
background-color: #cf223f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf223f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 34, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 34, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf223f; background: linear-gradient(135deg, #cf223f, #CF7822);