#fdbaf7
a pale, electric magenta / pink · warm · closest name: plum
RGB
253, 186, 247
HSL
305°, 94%, 86%
CMYK
0, 27, 2, 1
Luminance
0.6272
Every format
| HEX | #fdbaf7 |
| RGB | rgb(253, 186, 247) |
| HSL | hsl(305, 94%, 86%) |
| CMYK | cmyk(0%, 27%, 2%, 1%) |
| LAB | lab(83.3 33.8 -20.7) |
| LCH | lch(83.3 39.6 328.5) |
| OKLCH | oklch(0.869 0.110 329.5) |
Copy-ready code
/* CSS */
color: #fdbaf7;
background-color: #fdbaf7;
/* Tailwind (arbitrary) */
class="text-[#fdbaf7] bg-[#fdbaf7]"
/* SCSS */
$brand: #fdbaf7;
/* SwiftUI */
Color(red: 0.992, green: 0.729, blue: 0.969)
/* Android */
Color.parseColor("#fdbaf7")Accessibility — WCAG contrast
Aa
#fdbaf7 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbaf7 on black: 13.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green72.9%
Blue96.9%
CMYK percentages
Cyan0.0%
Magenta26.5%
Yellow2.4%
Key (black)0.8%
Color previews
#fdbaf7 text on a black background
contrast 13.54:1
Card sample
#fdbaf7 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbaf7;
Background color
Panel with #fdbaf7 background
background-color: #fdbaf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbaf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 186, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 186, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbaf7; background: linear-gradient(135deg, #fdbaf7, #FDBACA);