#fdbaff
a pale, electric magenta / pink · warm · closest name: plum
RGB
253, 186, 255
HSL
298°, 100%, 87%
CMYK
1, 27, 0, 0
Luminance
0.6322
Every format
| HEX | #fdbaff |
| RGB | rgb(253, 186, 255) |
| HSL | hsl(298, 100%, 87%) |
| CMYK | cmyk(1%, 27%, 0%, 0%) |
| LAB | lab(83.6 35.2 -24.5) |
| LCH | lch(83.6 42.9 325.1) |
| OKLCH | oklch(0.872 0.117 325.6) |
Copy-ready code
/* CSS */
color: #fdbaff;
background-color: #fdbaff;
/* Tailwind (arbitrary) */
class="text-[#fdbaff] bg-[#fdbaff]"
/* SCSS */
$brand: #fdbaff;
/* SwiftUI */
Color(red: 0.992, green: 0.729, blue: 1.000)
/* Android */
Color.parseColor("#fdbaff")Accessibility — WCAG contrast
Aa
#fdbaff on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbaff on black: 13.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green72.9%
Blue100.0%
CMYK percentages
Cyan0.8%
Magenta27.1%
Yellow0.0%
Key (black)0.0%
Color previews
#fdbaff text on a black background
contrast 13.64:1
Card sample
#fdbaff text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbaff;
Background color
Panel with #fdbaff background
background-color: #fdbaff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbaff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 186, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 186, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbaff; background: linear-gradient(135deg, #fdbaff, #FFBAD3);