#ff9afd
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 154, 253
HSL
301°, 100%, 80%
CMYK
0, 40, 1, 0
Luminance
0.5146
Every format
| HEX | #ff9afd |
| RGB | rgb(255, 154, 253) |
| HSL | hsl(301, 100%, 80%) |
| CMYK | cmyk(0%, 40%, 1%, 0%) |
| LAB | lab(77.0 52.0 -33.6) |
| LCH | lch(77.0 61.9 327.1) |
| OKLCH | oklch(0.822 0.171 327.7) |
Copy-ready code
/* CSS */
color: #ff9afd;
background-color: #ff9afd;
/* Tailwind (arbitrary) */
class="text-[#ff9afd] bg-[#ff9afd]"
/* SCSS */
$brand: #ff9afd;
/* SwiftUI */
Color(red: 1.000, green: 0.604, blue: 0.992)
/* Android */
Color.parseColor("#ff9afd")Accessibility — WCAG contrast
Aa
#ff9afd on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff9afd on black: 11.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green60.4%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta39.6%
Yellow0.8%
Key (black)0.0%
Color previews
#ff9afd text on a black background
contrast 11.29:1
Card sample
#ff9afd text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff9afd;
Background color
Panel with #ff9afd background
background-color: #ff9afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff9afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 154, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 154, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff9afd; background: linear-gradient(135deg, #ff9afd, #FF9ABA);