#f4bdfb
a pale, electric magenta / pink · warm · closest name: plum
RGB
244, 189, 251
HSL
293°, 89%, 86%
CMYK
3, 25, 0, 2
Luminance
0.6259
Every format
| HEX | #f4bdfb |
| RGB | rgb(244, 189, 251) |
| HSL | hsl(293, 89%, 86%) |
| CMYK | cmyk(3%, 25%, 0%, 2%) |
| LAB | lab(83.2 30.0 -23.0) |
| LCH | lch(83.2 37.8 322.5) |
| OKLCH | oklch(0.867 0.102 322.6) |
Copy-ready code
/* CSS */
color: #f4bdfb;
background-color: #f4bdfb;
/* Tailwind (arbitrary) */
class="text-[#f4bdfb] bg-[#f4bdfb]"
/* SCSS */
$brand: #f4bdfb;
/* SwiftUI */
Color(red: 0.957, green: 0.741, blue: 0.984)
/* Android */
Color.parseColor("#f4bdfb")Accessibility — WCAG contrast
Aa
#f4bdfb on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4bdfb on black: 13.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green74.1%
Blue98.4%
CMYK percentages
Cyan2.8%
Magenta24.7%
Yellow0.0%
Key (black)1.6%
Color previews
#f4bdfb text on a black background
contrast 13.52:1
Card sample
#f4bdfb text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4bdfb;
Background color
Panel with #f4bdfb background
background-color: #f4bdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4bdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 189, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 189, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4bdfb; background: linear-gradient(135deg, #f4bdfb, #FBBDD9);