#f4bdfe
a pale, electric magenta / pink · warm · closest name: plum
RGB
244, 189, 254
HSL
291°, 97%, 87%
CMYK
4, 26, 0, 0
Luminance
0.6278
Every format
| HEX | #f4bdfe |
| RGB | rgb(244, 189, 254) |
| HSL | hsl(291, 97%, 87%) |
| CMYK | cmyk(4%, 26%, 0%, 0%) |
| LAB | lab(83.3 30.6 -24.4) |
| LCH | lch(83.3 39.1 321.4) |
| OKLCH | oklch(0.868 0.106 321.2) |
Copy-ready code
/* CSS */
color: #f4bdfe;
background-color: #f4bdfe;
/* Tailwind (arbitrary) */
class="text-[#f4bdfe] bg-[#f4bdfe]"
/* SCSS */
$brand: #f4bdfe;
/* SwiftUI */
Color(red: 0.957, green: 0.741, blue: 0.996)
/* Android */
Color.parseColor("#f4bdfe")Accessibility — WCAG contrast
Aa
#f4bdfe on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4bdfe on black: 13.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green74.1%
Blue99.6%
CMYK percentages
Cyan3.9%
Magenta25.6%
Yellow0.0%
Key (black)0.4%
Color previews
#f4bdfe text on a black background
contrast 13.56:1
Card sample
#f4bdfe text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4bdfe;
Background color
Panel with #f4bdfe background
background-color: #f4bdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4bdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 189, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 189, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4bdfe; background: linear-gradient(135deg, #f4bdfe, #FEBDDD);