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