#fdb8ff
a pale, electric magenta / pink · warm · closest name: plum
RGB
253, 184, 255
HSL
298°, 100%, 86%
CMYK
1, 28, 0, 0
Luminance
0.6238
Every format
| HEX | #fdb8ff |
| RGB | rgb(253, 184, 255) |
| HSL | hsl(298, 100%, 86%) |
| CMYK | cmyk(1%, 28%, 0%, 0%) |
| LAB | lab(83.1 36.2 -25.2) |
| LCH | lch(83.1 44.1 325.2) |
| OKLCH | oklch(0.869 0.121 325.6) |
Copy-ready code
/* CSS */
color: #fdb8ff;
background-color: #fdb8ff;
/* Tailwind (arbitrary) */
class="text-[#fdb8ff] bg-[#fdb8ff]"
/* SCSS */
$brand: #fdb8ff;
/* SwiftUI */
Color(red: 0.992, green: 0.722, blue: 1.000)
/* Android */
Color.parseColor("#fdb8ff")Accessibility — WCAG contrast
Aa
#fdb8ff on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb8ff on black: 13.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green72.2%
Blue100.0%
CMYK percentages
Cyan0.8%
Magenta27.8%
Yellow0.0%
Key (black)0.0%
Color previews
#fdb8ff text on a black background
contrast 13.48:1
Card sample
#fdb8ff text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb8ff;
Background color
Panel with #fdb8ff background
background-color: #fdb8ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb8ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 184, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 184, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb8ff; background: linear-gradient(135deg, #fdb8ff, #FFB8D2);