#cf4fee
a balanced, electric violet · warm · closest name: magenta
RGB
207, 79, 238
HSL
288°, 82%, 62%
CMYK
13, 67, 0, 7
Luminance
0.2503
Every format
| HEX | #cf4fee |
| RGB | rgb(207, 79, 238) |
| HSL | hsl(288, 82%, 62%) |
| CMYK | cmyk(13%, 67%, 0%, 7%) |
| LAB | lab(57.1 71.5 -56.9) |
| LCH | lch(57.1 91.4 321.5) |
| OKLCH | oklch(0.661 0.244 319.2) |
Copy-ready code
/* CSS */
color: #cf4fee;
background-color: #cf4fee;
/* Tailwind (arbitrary) */
class="text-[#cf4fee] bg-[#cf4fee]"
/* SCSS */
$brand: #cf4fee;
/* SwiftUI */
Color(red: 0.812, green: 0.310, blue: 0.933)
/* Android */
Color.parseColor("#cf4fee")Accessibility — WCAG contrast
Aa
#cf4fee on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4fee on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green31.0%
Blue93.3%
CMYK percentages
Cyan13.0%
Magenta66.8%
Yellow0.0%
Key (black)6.7%
Color previews
#cf4fee text on a black background
contrast 6.01:1
Card sample
#cf4fee text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4fee;
Background color
Panel with #cf4fee background
background-color: #cf4fee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4fee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 79, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 79, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4fee; background: linear-gradient(135deg, #cf4fee, #EE4FA3);