#ef6fdf
a light, electric magenta / pink · warm · closest name: violet
RGB
239, 111, 223
HSL
308°, 80%, 69%
CMYK
0, 54, 7, 6
Luminance
0.3505
Every format
| HEX | #ef6fdf |
| RGB | rgb(239, 111, 223) |
| HSL | hsl(308, 80%, 69%) |
| CMYK | cmyk(0%, 54%, 7%, 6%) |
| LAB | lab(65.8 63.1 -34.6) |
| LCH | lch(65.8 72.0 331.3) |
| OKLCH | oklch(0.731 0.204 332.4) |
Copy-ready code
/* CSS */
color: #ef6fdf;
background-color: #ef6fdf;
/* Tailwind (arbitrary) */
class="text-[#ef6fdf] bg-[#ef6fdf]"
/* SCSS */
$brand: #ef6fdf;
/* SwiftUI */
Color(red: 0.937, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#ef6fdf")Accessibility — WCAG contrast
Aa
#ef6fdf on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ef6fdf on black: 8.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green43.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta53.6%
Yellow6.7%
Key (black)6.3%
Color previews
#ef6fdf text on a black background
contrast 8.01:1
Card sample
#ef6fdf text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef6fdf;
Background color
Panel with #ef6fdf background
background-color: #ef6fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef6fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef6fdf; background: linear-gradient(135deg, #ef6fdf, #EF6F8A);