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