#ff02df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 2, 223
HSL
308°, 100%, 50%
CMYK
0, 99, 13, 0
Luminance
0.2663
Every format
| HEX | #ff02df |
| RGB | rgb(255, 2, 223) |
| HSL | hsl(308, 100%, 50%) |
| CMYK | cmyk(0%, 99%, 13%, 0%) |
| LAB | lab(58.6 93.9 -45.6) |
| LCH | lch(58.6 104.4 334.1) |
| OKLCH | oklch(0.684 0.303 335.6) |
Copy-ready code
/* CSS */
color: #ff02df;
background-color: #ff02df;
/* Tailwind (arbitrary) */
class="text-[#ff02df] bg-[#ff02df]"
/* SCSS */
$brand: #ff02df;
/* SwiftUI */
Color(red: 1.000, green: 0.008, blue: 0.875)
/* Android */
Color.parseColor("#ff02df")Accessibility — WCAG contrast
Aa
#ff02df on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff02df on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green0.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta99.2%
Yellow12.5%
Key (black)0.0%
Color previews
#ff02df text on a black background
contrast 6.33:1
Card sample
#ff02df text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff02df;
Background color
Panel with #ff02df background
background-color: #ff02df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff02df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 2, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 2, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff02df; background: linear-gradient(135deg, #ff02df, #FF0236);