#ff02fe
a balanced, electric magenta / pink · warm · “magenta”
RGB
255, 2, 254
HSL
300°, 100%, 50%
CMYK
0, 99, 0, 0
Luminance
0.2846
Every format
| HEX | #ff02fe |
| RGB | rgb(255, 2, 254) |
| HSL | hsl(300, 100%, 50%) |
| CMYK | cmyk(0%, 99%, 0%, 0%) |
| LAB | lab(60.3 98.0 -60.3) |
| LCH | lch(60.3 115.0 328.4) |
| OKLCH | oklch(0.701 0.322 328.6) |
Copy-ready code
/* CSS */
color: #ff02fe;
background-color: #ff02fe;
/* Tailwind (arbitrary) */
class="text-[#ff02fe] bg-[#ff02fe]"
/* SCSS */
$brand: #ff02fe;
/* SwiftUI */
Color(red: 1.000, green: 0.008, blue: 0.996)
/* Android */
Color.parseColor("#ff02fe")Accessibility — WCAG contrast
Aa
#ff02fe on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff02fe on black: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green0.8%
Blue99.6%
CMYK percentages
Cyan0.0%
Magenta99.2%
Yellow0.4%
Key (black)0.0%
Color previews
#ff02fe text on a black background
contrast 6.69:1
Card sample
#ff02fe text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff02fe;
Background color
Panel with #ff02fe background
background-color: #ff02fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff02fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 2, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 2, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff02fe; background: linear-gradient(135deg, #ff02fe, #FF0256);