#ff09fc
a balanced, electric magenta / pink · warm · “magenta”
RGB
255, 9, 252
HSL
301°, 100%, 52%
CMYK
0, 97, 1, 0
Luminance
0.2848
Every format
| HEX | #ff09fc |
| RGB | rgb(255, 9, 252) |
| HSL | hsl(301, 100%, 52%) |
| CMYK | cmyk(0%, 97%, 1%, 0%) |
| LAB | lab(60.3 97.3 -59.2) |
| LCH | lch(60.3 113.9 328.7) |
| OKLCH | oklch(0.701 0.319 329.0) |
Copy-ready code
/* CSS */
color: #ff09fc;
background-color: #ff09fc;
/* Tailwind (arbitrary) */
class="text-[#ff09fc] bg-[#ff09fc]"
/* SCSS */
$brand: #ff09fc;
/* SwiftUI */
Color(red: 1.000, green: 0.035, blue: 0.988)
/* Android */
Color.parseColor("#ff09fc")Accessibility — WCAG contrast
Aa
#ff09fc on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff09fc on black: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green3.5%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta96.5%
Yellow1.2%
Key (black)0.0%
Color previews
#ff09fc text on a black background
contrast 6.70:1
Card sample
#ff09fc text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff09fc;
Background color
Panel with #ff09fc background
background-color: #ff09fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff09fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 9, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 9, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff09fc; background: linear-gradient(135deg, #ff09fc, #FF0958);