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