#ff8afb
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 138, 251
HSL
302°, 100%, 77%
CMYK
0, 46, 2, 0
Luminance
0.4640
Every format
| HEX | #ff8afb |
| RGB | rgb(255, 138, 251) |
| HSL | hsl(302, 100%, 77%) |
| CMYK | cmyk(0%, 46%, 2%, 0%) |
| LAB | lab(73.8 59.5 -37.4) |
| LCH | lch(73.8 70.3 327.9) |
| OKLCH | oklch(0.799 0.195 328.5) |
Copy-ready code
/* CSS */
color: #ff8afb;
background-color: #ff8afb;
/* Tailwind (arbitrary) */
class="text-[#ff8afb] bg-[#ff8afb]"
/* SCSS */
$brand: #ff8afb;
/* SwiftUI */
Color(red: 1.000, green: 0.541, blue: 0.984)
/* Android */
Color.parseColor("#ff8afb")Accessibility — WCAG contrast
Aa
#ff8afb on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff8afb on black: 10.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green54.1%
Blue98.4%
CMYK percentages
Cyan0.0%
Magenta45.9%
Yellow1.6%
Key (black)0.0%
Color previews
#ff8afb text on a black background
contrast 10.28:1
Card sample
#ff8afb text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff8afb;
Background color
Panel with #ff8afb background
background-color: #ff8afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff8afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 138, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 138, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff8afb; background: linear-gradient(135deg, #ff8afb, #FF8AAD);