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