#fdb2ff
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 178, 255
HSL
298°, 100%, 85%
CMYK
1, 30, 0, 0
Luminance
0.5994
Every format
| HEX | #fdb2ff |
| RGB | rgb(253, 178, 255) |
| HSL | hsl(298, 100%, 85%) |
| CMYK | cmyk(1%, 30%, 0%, 0%) |
| LAB | lab(81.8 39.4 -27.2) |
| LCH | lch(81.8 47.9 325.4) |
| OKLCH | oklch(0.859 0.131 325.8) |
Copy-ready code
/* CSS */
color: #fdb2ff;
background-color: #fdb2ff;
/* Tailwind (arbitrary) */
class="text-[#fdb2ff] bg-[#fdb2ff]"
/* SCSS */
$brand: #fdb2ff;
/* SwiftUI */
Color(red: 0.992, green: 0.698, blue: 1.000)
/* Android */
Color.parseColor("#fdb2ff")Accessibility — WCAG contrast
Aa
#fdb2ff on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb2ff on black: 12.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green69.8%
Blue100.0%
CMYK percentages
Cyan0.8%
Magenta30.2%
Yellow0.0%
Key (black)0.0%
Color previews
#fdb2ff text on a black background
contrast 12.99:1
Card sample
#fdb2ff text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb2ff;
Background color
Panel with #fdb2ff background
background-color: #fdb2ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb2ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 178, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 178, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb2ff; background: linear-gradient(135deg, #fdb2ff, #FFB2CE);