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