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