#fdbfff
a pale, electric magenta / pink · warm · closest name: plum
RGB
253, 191, 255
HSL
298°, 100%, 88%
CMYK
1, 25, 0, 0
Luminance
0.6536
Every format
| HEX | #fdbfff |
| RGB | rgb(253, 191, 255) |
| HSL | hsl(298, 100%, 88%) |
| CMYK | cmyk(1%, 25%, 0%, 0%) |
| LAB | lab(84.7 32.5 -22.9) |
| LCH | lch(84.7 39.8 324.9) |
| OKLCH | oklch(0.881 0.109 325.4) |
Copy-ready code
/* CSS */
color: #fdbfff;
background-color: #fdbfff;
/* Tailwind (arbitrary) */
class="text-[#fdbfff] bg-[#fdbfff]"
/* SCSS */
$brand: #fdbfff;
/* SwiftUI */
Color(red: 0.992, green: 0.749, blue: 1.000)
/* Android */
Color.parseColor("#fdbfff")Accessibility — WCAG contrast
Aa
#fdbfff on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbfff on black: 14.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green74.9%
Blue100.0%
CMYK percentages
Cyan0.8%
Magenta25.1%
Yellow0.0%
Key (black)0.0%
Color previews
#fdbfff text on a black background
contrast 14.07:1
Card sample
#fdbfff text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbfff;
Background color
Panel with #fdbfff background
background-color: #fdbfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 191, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 191, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbfff; background: linear-gradient(135deg, #fdbfff, #FFBFD7);