#cf4159
a balanced, vivid red · warm · closest name: crimson
RGB
207, 65, 89
HSL
350°, 60%, 53%
CMYK
0, 69, 57, 19
Luminance
0.1777
Every format
| HEX | #cf4159 |
| RGB | rgb(207, 65, 89) |
| HSL | hsl(350, 60%, 53%) |
| CMYK | cmyk(0%, 69%, 57%, 19%) |
| LAB | lab(49.2 57.1 18.4) |
| LCH | lch(49.2 60.0 17.8) |
| OKLCH | oklch(0.585 0.178 14.9) |
Copy-ready code
/* CSS */
color: #cf4159;
background-color: #cf4159;
/* Tailwind (arbitrary) */
class="text-[#cf4159] bg-[#cf4159]"
/* SCSS */
$brand: #cf4159;
/* SwiftUI */
Color(red: 0.812, green: 0.255, blue: 0.349)
/* Android */
Color.parseColor("#cf4159")Accessibility — WCAG contrast
Aa
#cf4159 on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf4159 on black: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green25.5%
Blue34.9%
CMYK percentages
Cyan0.0%
Magenta68.6%
Yellow57.0%
Key (black)18.8%
Color previews
#cf4159 text on a black background
contrast 4.55:1
Card sample
#cf4159 text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4159;
Background color
Panel with #cf4159 background
background-color: #cf4159;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4159;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 65, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 65, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4159; background: linear-gradient(135deg, #cf4159, #CF8841);