#cf44ee
a balanced, electric violet · warm · closest name: magenta
RGB
207, 68, 238
HSL
289°, 83%, 60%
CMYK
13, 71, 0, 7
Luminance
0.2357
Every format
| HEX | #cf44ee |
| RGB | rgb(207, 68, 238) |
| HSL | hsl(289, 83%, 60%) |
| CMYK | cmyk(13%, 71%, 0%, 7%) |
| LAB | lab(55.7 75.6 -59.3) |
| LCH | lch(55.7 96.1 321.9) |
| OKLCH | oklch(0.651 0.256 319.6) |
Copy-ready code
/* CSS */
color: #cf44ee;
background-color: #cf44ee;
/* Tailwind (arbitrary) */
class="text-[#cf44ee] bg-[#cf44ee]"
/* SCSS */
$brand: #cf44ee;
/* SwiftUI */
Color(red: 0.812, green: 0.267, blue: 0.933)
/* Android */
Color.parseColor("#cf44ee")Accessibility — WCAG contrast
Aa
#cf44ee on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf44ee on black: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green26.7%
Blue93.3%
CMYK percentages
Cyan13.0%
Magenta71.4%
Yellow0.0%
Key (black)6.7%
Color previews
#cf44ee text on a black background
contrast 5.71:1
Card sample
#cf44ee text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf44ee;
Background color
Panel with #cf44ee background
background-color: #cf44ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf44ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 68, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 68, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf44ee; background: linear-gradient(135deg, #cf44ee, #EE449C);