#fdb9eb
a pale, electric magenta / pink · warm · closest name: plum
RGB
253, 185, 235
HSL
316°, 94%, 86%
CMYK
0, 27, 7, 1
Luminance
0.6158
Every format
| HEX | #fdb9eb |
| RGB | rgb(253, 185, 235) |
| HSL | hsl(316, 94%, 86%) |
| CMYK | cmyk(0%, 27%, 7%, 1%) |
| LAB | lab(82.7 32.2 -15.2) |
| LCH | lch(82.7 35.6 334.8) |
| OKLCH | oklch(0.863 0.101 336.4) |
Copy-ready code
/* CSS */
color: #fdb9eb;
background-color: #fdb9eb;
/* Tailwind (arbitrary) */
class="text-[#fdb9eb] bg-[#fdb9eb]"
/* SCSS */
$brand: #fdb9eb;
/* SwiftUI */
Color(red: 0.992, green: 0.725, blue: 0.922)
/* Android */
Color.parseColor("#fdb9eb")Accessibility — WCAG contrast
Aa
#fdb9eb on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb9eb on black: 13.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green72.5%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta26.9%
Yellow7.1%
Key (black)0.8%
Color previews
#fdb9eb text on a black background
contrast 13.32:1
Card sample
#fdb9eb text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb9eb;
Background color
Panel with #fdb9eb background
background-color: #fdb9eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb9eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 185, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 185, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb9eb; background: linear-gradient(135deg, #fdb9eb, #FDB9BE);