#fdbfef
a pale, electric magenta / pink · warm · closest name: plum
RGB
253, 191, 239
HSL
314°, 94%, 87%
CMYK
0, 25, 6, 1
Luminance
0.6438
Every format
| HEX | #fdbfef |
| RGB | rgb(253, 191, 239) |
| HSL | hsl(314, 94%, 87%) |
| CMYK | cmyk(0%, 25%, 6%, 1%) |
| LAB | lab(84.2 29.7 -15.1) |
| LCH | lch(84.2 33.3 333.1) |
| OKLCH | oklch(0.875 0.094 334.6) |
Copy-ready code
/* CSS */
color: #fdbfef;
background-color: #fdbfef;
/* Tailwind (arbitrary) */
class="text-[#fdbfef] bg-[#fdbfef]"
/* SCSS */
$brand: #fdbfef;
/* SwiftUI */
Color(red: 0.992, green: 0.749, blue: 0.937)
/* Android */
Color.parseColor("#fdbfef")Accessibility — WCAG contrast
Aa
#fdbfef on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbfef on black: 13.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green74.9%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta24.5%
Yellow5.5%
Key (black)0.8%
Color previews
#fdbfef text on a black background
contrast 13.88:1
Card sample
#fdbfef text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbfef;
Background color
Panel with #fdbfef background
background-color: #fdbfef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbfef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 191, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 191, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbfef; background: linear-gradient(135deg, #fdbfef, #FDBFC6);