#cf115b
a dark, electric magenta / pink · warm · closest name: crimson
RGB
207, 17, 91
HSL
337°, 85%, 44%
CMYK
0, 92, 56, 19
Luminance
0.1442
Every format
| HEX | #cf115b |
| RGB | rgb(207, 17, 91) |
| HSL | hsl(337, 85%, 44%) |
| CMYK | cmyk(0%, 92%, 56%, 19%) |
| LAB | lab(44.8 69.8 11.1) |
| LCH | lch(44.8 70.6 9.1) |
| OKLCH | oklch(0.552 0.215 7.6) |
Copy-ready code
/* CSS */
color: #cf115b;
background-color: #cf115b;
/* Tailwind (arbitrary) */
class="text-[#cf115b] bg-[#cf115b]"
/* SCSS */
$brand: #cf115b;
/* SwiftUI */
Color(red: 0.812, green: 0.067, blue: 0.357)
/* Android */
Color.parseColor("#cf115b")Accessibility — WCAG contrast
Aa
#cf115b on white: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf115b on black: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green6.7%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta91.8%
Yellow56.0%
Key (black)18.8%
Color previews
#cf115b text on a black background
contrast 3.88:1
Card sample
#cf115b text on a white background
contrast 5.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf115b;
Background color
Panel with #cf115b background
background-color: #cf115b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf115b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 17, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 17, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf115b; background: linear-gradient(135deg, #cf115b, #CF4611);