#cf155f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
207, 21, 95
HSL
336°, 82%, 45%
CMYK
0, 90, 54, 19
Luminance
0.1463
Every format
| HEX | #cf155f |
| RGB | rgb(207, 21, 95) |
| HSL | hsl(336, 82%, 45%) |
| CMYK | cmyk(0%, 90%, 54%, 19%) |
| LAB | lab(45.1 69.5 9.1) |
| LCH | lch(45.1 70.1 7.4) |
| OKLCH | oklch(0.555 0.214 6.3) |
Copy-ready code
/* CSS */
color: #cf155f;
background-color: #cf155f;
/* Tailwind (arbitrary) */
class="text-[#cf155f] bg-[#cf155f]"
/* SCSS */
$brand: #cf155f;
/* SwiftUI */
Color(red: 0.812, green: 0.082, blue: 0.373)
/* Android */
Color.parseColor("#cf155f")Accessibility — WCAG contrast
Aa
#cf155f on white: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf155f on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green8.2%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta89.9%
Yellow54.1%
Key (black)18.8%
Color previews
#cf155f text on a black background
contrast 3.93:1
Card sample
#cf155f text on a white background
contrast 5.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf155f;
Background color
Panel with #cf155f background
background-color: #cf155f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf155f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 21, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 21, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf155f; background: linear-gradient(135deg, #cf155f, #CF4715);