#cf4fef
a balanced, electric violet · warm · closest name: magenta
RGB
207, 79, 239
HSL
288°, 83%, 62%
CMYK
13, 67, 0, 6
Luminance
0.2509
Every format
| HEX | #cf4fef |
| RGB | rgb(207, 79, 239) |
| HSL | hsl(288, 83%, 62%) |
| CMYK | cmyk(13%, 67%, 0%, 6%) |
| LAB | lab(57.2 71.7 -57.4) |
| LCH | lch(57.2 91.9 321.3) |
| OKLCH | oklch(0.662 0.245 318.9) |
Copy-ready code
/* CSS */
color: #cf4fef;
background-color: #cf4fef;
/* Tailwind (arbitrary) */
class="text-[#cf4fef] bg-[#cf4fef]"
/* SCSS */
$brand: #cf4fef;
/* SwiftUI */
Color(red: 0.812, green: 0.310, blue: 0.937)
/* Android */
Color.parseColor("#cf4fef")Accessibility — WCAG contrast
Aa
#cf4fef on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4fef on black: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green31.0%
Blue93.7%
CMYK percentages
Cyan13.4%
Magenta66.9%
Yellow0.0%
Key (black)6.3%
Color previews
#cf4fef text on a black background
contrast 6.02:1
Card sample
#cf4fef text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4fef;
Background color
Panel with #cf4fef background
background-color: #cf4fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 79, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 79, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4fef; background: linear-gradient(135deg, #cf4fef, #EF4FA4);