#cf11ee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 17, 238
HSL
292°, 87%, 50%
CMYK
13, 93, 0, 7
Luminance
0.1984
Every format
| HEX | #cf11ee |
| RGB | rgb(207, 17, 238) |
| HSL | hsl(292, 87%, 50%) |
| CMYK | cmyk(13%, 93%, 0%, 7%) |
| LAB | lab(51.7 87.3 -65.7) |
| LCH | lch(51.7 109.2 323.0) |
| OKLCH | oklch(0.623 0.292 320.7) |
Copy-ready code
/* CSS */
color: #cf11ee;
background-color: #cf11ee;
/* Tailwind (arbitrary) */
class="text-[#cf11ee] bg-[#cf11ee]"
/* SCSS */
$brand: #cf11ee;
/* SwiftUI */
Color(red: 0.812, green: 0.067, blue: 0.933)
/* Android */
Color.parseColor("#cf11ee")Accessibility — WCAG contrast
Aa
#cf11ee on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf11ee on black: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green6.7%
Blue93.3%
CMYK percentages
Cyan13.0%
Magenta92.9%
Yellow0.0%
Key (black)6.7%
Color previews
#cf11ee text on a black background
contrast 4.97:1
Card sample
#cf11ee text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf11ee;
Background color
Panel with #cf11ee background
background-color: #cf11ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf11ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 17, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 17, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf11ee; background: linear-gradient(135deg, #cf11ee, #EE117A);