#ef1fff
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
239, 31, 255
HSL
296°, 100%, 56%
CMYK
6, 88, 0, 0
Luminance
0.2655
Every format
| HEX | #ef1fff |
| RGB | rgb(239, 31, 255) |
| HSL | hsl(296, 100%, 56%) |
| CMYK | cmyk(6%, 88%, 0%, 0%) |
| LAB | lab(58.6 93.1 -63.8) |
| LCH | lch(58.6 112.8 325.6) |
| OKLCH | oklch(0.684 0.309 324.7) |
Copy-ready code
/* CSS */
color: #ef1fff;
background-color: #ef1fff;
/* Tailwind (arbitrary) */
class="text-[#ef1fff] bg-[#ef1fff]"
/* SCSS */
$brand: #ef1fff;
/* SwiftUI */
Color(red: 0.937, green: 0.122, blue: 1.000)
/* Android */
Color.parseColor("#ef1fff")Accessibility — WCAG contrast
Aa
#ef1fff on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef1fff on black: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green12.2%
Blue100.0%
CMYK percentages
Cyan6.3%
Magenta87.8%
Yellow0.0%
Key (black)0.0%
Color previews
#ef1fff text on a black background
contrast 6.31:1
Card sample
#ef1fff text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef1fff;
Background color
Panel with #ef1fff background
background-color: #ef1fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef1fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 31, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 31, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef1fff; background: linear-gradient(135deg, #ef1fff, #FF1F7A);