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