#fd9ffc
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 159, 252
HSL
301°, 96%, 81%
CMYK
0, 37, 0, 1
Luminance
0.5271
Every format
| HEX | #fd9ffc |
| RGB | rgb(253, 159, 252) |
| HSL | hsl(301, 96%, 81%) |
| CMYK | cmyk(0%, 37%, 0%, 1%) |
| LAB | lab(77.7 48.7 -31.9) |
| LCH | lch(77.7 58.2 326.8) |
| OKLCH | oklch(0.827 0.161 327.3) |
Copy-ready code
/* CSS */
color: #fd9ffc;
background-color: #fd9ffc;
/* Tailwind (arbitrary) */
class="text-[#fd9ffc] bg-[#fd9ffc]"
/* SCSS */
$brand: #fd9ffc;
/* SwiftUI */
Color(red: 0.992, green: 0.624, blue: 0.988)
/* Android */
Color.parseColor("#fd9ffc")Accessibility — WCAG contrast
Aa
#fd9ffc on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd9ffc on black: 11.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green62.4%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta37.2%
Yellow0.4%
Key (black)0.8%
Color previews
#fd9ffc text on a black background
contrast 11.54:1
Card sample
#fd9ffc text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd9ffc;
Background color
Panel with #fd9ffc background
background-color: #fd9ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd9ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 159, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 159, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd9ffc; background: linear-gradient(135deg, #fd9ffc, #FD9FBD);