#cf095f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
207, 9, 95
HSL
334°, 92%, 42%
CMYK
0, 96, 54, 19
Luminance
0.1429
Every format
| HEX | #cf095f |
| RGB | rgb(207, 9, 95) |
| HSL | hsl(334, 92%, 42%) |
| CMYK | cmyk(0%, 96%, 54%, 19%) |
| LAB | lab(44.6 70.9 8.4) |
| LCH | lch(44.6 71.4 6.7) |
| OKLCH | oklch(0.551 0.218 5.7) |
Copy-ready code
/* CSS */
color: #cf095f;
background-color: #cf095f;
/* Tailwind (arbitrary) */
class="text-[#cf095f] bg-[#cf095f]"
/* SCSS */
$brand: #cf095f;
/* SwiftUI */
Color(red: 0.812, green: 0.035, blue: 0.373)
/* Android */
Color.parseColor("#cf095f")Accessibility — WCAG contrast
Aa
#cf095f on white: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf095f on black: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green3.5%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta95.7%
Yellow54.1%
Key (black)18.8%
Color previews
#cf095f text on a black background
contrast 3.86:1
Card sample
#cf095f text on a white background
contrast 5.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf095f;
Background color
Panel with #cf095f background
background-color: #cf095f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf095f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 9, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 9, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf095f; background: linear-gradient(135deg, #cf095f, #CF3709);