#fdb4fe
a pale, electric magenta / pink · warm · closest name: plum
RGB
253, 180, 254
HSL
299°, 97%, 85%
CMYK
0, 29, 0, 0
Luminance
0.6068
Every format
| HEX | #fdb4fe |
| RGB | rgb(253, 180, 254) |
| HSL | hsl(299, 97%, 85%) |
| CMYK | cmyk(0%, 29%, 0%, 0%) |
| LAB | lab(82.2 38.1 -26.1) |
| LCH | lch(82.2 46.2 325.7) |
| OKLCH | oklch(0.862 0.127 326.2) |
Copy-ready code
/* CSS */
color: #fdb4fe;
background-color: #fdb4fe;
/* Tailwind (arbitrary) */
class="text-[#fdb4fe] bg-[#fdb4fe]"
/* SCSS */
$brand: #fdb4fe;
/* SwiftUI */
Color(red: 0.992, green: 0.706, blue: 0.996)
/* Android */
Color.parseColor("#fdb4fe")Accessibility — WCAG contrast
Aa
#fdb4fe on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb4fe on black: 13.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green70.6%
Blue99.6%
CMYK percentages
Cyan0.4%
Magenta29.1%
Yellow0.0%
Key (black)0.4%
Color previews
#fdb4fe text on a black background
contrast 13.14:1
Card sample
#fdb4fe text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb4fe;
Background color
Panel with #fdb4fe background
background-color: #fdb4fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb4fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 180, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 180, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb4fe; background: linear-gradient(135deg, #fdb4fe, #FEB4CE);