#cf33ee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 51, 238
HSL
290°, 85%, 57%
CMYK
13, 79, 0, 7
Luminance
0.2181
Every format
| HEX | #cf33ee |
| RGB | rgb(207, 51, 238) |
| HSL | hsl(290, 85%, 57%) |
| CMYK | cmyk(13%, 79%, 0%, 7%) |
| LAB | lab(53.8 80.9 -62.2) |
| LCH | lch(53.8 102.1 322.4) |
| OKLCH | oklch(0.638 0.273 320.1) |
Copy-ready code
/* CSS */
color: #cf33ee;
background-color: #cf33ee;
/* Tailwind (arbitrary) */
class="text-[#cf33ee] bg-[#cf33ee]"
/* SCSS */
$brand: #cf33ee;
/* SwiftUI */
Color(red: 0.812, green: 0.200, blue: 0.933)
/* Android */
Color.parseColor("#cf33ee")Accessibility — WCAG contrast
Aa
#cf33ee on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf33ee on black: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green20.0%
Blue93.3%
CMYK percentages
Cyan13.0%
Magenta78.6%
Yellow0.0%
Key (black)6.7%
Color previews
#cf33ee text on a black background
contrast 5.36:1
Card sample
#cf33ee text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf33ee;
Background color
Panel with #cf33ee background
background-color: #cf33ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf33ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 51, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 51, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf33ee; background: linear-gradient(135deg, #cf33ee, #EE3390);