#cf4cee
a balanced, electric violet · warm · closest name: magenta
RGB
207, 76, 238
HSL
289°, 83%, 62%
CMYK
13, 68, 0, 7
Luminance
0.2461
Every format
| HEX | #cf4cee |
| RGB | rgb(207, 76, 238) |
| HSL | hsl(289, 83%, 62%) |
| CMYK | cmyk(13%, 68%, 0%, 7%) |
| LAB | lab(56.7 72.7 -57.6) |
| LCH | lch(56.7 92.8 321.6) |
| OKLCH | oklch(0.658 0.247 319.3) |
Copy-ready code
/* CSS */
color: #cf4cee;
background-color: #cf4cee;
/* Tailwind (arbitrary) */
class="text-[#cf4cee] bg-[#cf4cee]"
/* SCSS */
$brand: #cf4cee;
/* SwiftUI */
Color(red: 0.812, green: 0.298, blue: 0.933)
/* Android */
Color.parseColor("#cf4cee")Accessibility — WCAG contrast
Aa
#cf4cee on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4cee on black: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green29.8%
Blue93.3%
CMYK percentages
Cyan13.0%
Magenta68.1%
Yellow0.0%
Key (black)6.7%
Color previews
#cf4cee text on a black background
contrast 5.92:1
Card sample
#cf4cee text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4cee;
Background color
Panel with #cf4cee background
background-color: #cf4cee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4cee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 76, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 76, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4cee; background: linear-gradient(135deg, #cf4cee, #EE4CA1);