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