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