#fdaaff
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 170, 255
HSL
299°, 100%, 83%
CMYK
1, 33, 0, 0
Luminance
0.5685
Every format
| HEX | #fdaaff |
| RGB | rgb(253, 170, 255) |
| HSL | hsl(299, 100%, 83%) |
| CMYK | cmyk(1%, 33%, 0%, 0%) |
| LAB | lab(80.1 43.5 -29.8) |
| LCH | lch(80.1 52.8 325.6) |
| OKLCH | oklch(0.846 0.145 326.0) |
Copy-ready code
/* CSS */
color: #fdaaff;
background-color: #fdaaff;
/* Tailwind (arbitrary) */
class="text-[#fdaaff] bg-[#fdaaff]"
/* SCSS */
$brand: #fdaaff;
/* SwiftUI */
Color(red: 0.992, green: 0.667, blue: 1.000)
/* Android */
Color.parseColor("#fdaaff")Accessibility — WCAG contrast
Aa
#fdaaff on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdaaff on black: 12.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green66.7%
Blue100.0%
CMYK percentages
Cyan0.8%
Magenta33.3%
Yellow0.0%
Key (black)0.0%
Color previews
#fdaaff text on a black background
contrast 12.37:1
Card sample
#fdaaff text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdaaff;
Background color
Panel with #fdaaff background
background-color: #fdaaff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdaaff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 170, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 170, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdaaff; background: linear-gradient(135deg, #fdaaff, #FFAAC8);