#ef6cef
a light, electric magenta / pink · warm · closest name: violet
RGB
239, 108, 239
HSL
300°, 80%, 68%
CMYK
0, 55, 0, 6
Luminance
0.3531
Every format
| HEX | #ef6cef |
| RGB | rgb(239, 108, 239) |
| HSL | hsl(300, 80%, 68%) |
| CMYK | cmyk(0%, 55%, 0%, 6%) |
| LAB | lab(66.0 67.1 -43.1) |
| LCH | lch(66.0 79.8 327.3) |
| OKLCH | oklch(0.735 0.221 327.5) |
Copy-ready code
/* CSS */
color: #ef6cef;
background-color: #ef6cef;
/* Tailwind (arbitrary) */
class="text-[#ef6cef] bg-[#ef6cef]"
/* SCSS */
$brand: #ef6cef;
/* SwiftUI */
Color(red: 0.937, green: 0.424, blue: 0.937)
/* Android */
Color.parseColor("#ef6cef")Accessibility — WCAG contrast
Aa
#ef6cef on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ef6cef on black: 8.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green42.4%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta54.8%
Yellow0.0%
Key (black)6.3%
Color previews
#ef6cef text on a black background
contrast 8.06:1
Card sample
#ef6cef text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef6cef;
Background color
Panel with #ef6cef background
background-color: #ef6cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef6cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 108, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 108, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef6cef; background: linear-gradient(135deg, #ef6cef, #EF6C98);