#ffbdfe
a pale, electric magenta / pink · warm · closest name: plum
RGB
255, 189, 254
HSL
301°, 100%, 87%
CMYK
0, 26, 0, 0
Luminance
0.6481
Every format
| HEX | #ffbdfe |
| RGB | rgb(255, 189, 254) |
| HSL | hsl(301, 100%, 87%) |
| CMYK | cmyk(0%, 26%, 0%, 0%) |
| LAB | lab(84.4 34.1 -22.7) |
| LCH | lch(84.4 41.0 326.3) |
| OKLCH | oklch(0.879 0.113 327.0) |
Copy-ready code
/* CSS */
color: #ffbdfe;
background-color: #ffbdfe;
/* Tailwind (arbitrary) */
class="text-[#ffbdfe] bg-[#ffbdfe]"
/* SCSS */
$brand: #ffbdfe;
/* SwiftUI */
Color(red: 1.000, green: 0.741, blue: 0.996)
/* Android */
Color.parseColor("#ffbdfe")Accessibility — WCAG contrast
Aa
#ffbdfe on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbdfe on black: 13.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green74.1%
Blue99.6%
CMYK percentages
Cyan0.0%
Magenta25.9%
Yellow0.4%
Key (black)0.0%
Color previews
#ffbdfe text on a black background
contrast 13.96:1
Card sample
#ffbdfe text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbdfe;
Background color
Panel with #ffbdfe background
background-color: #ffbdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 189, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 189, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbdfe; background: linear-gradient(135deg, #ffbdfe, #FFBDD2);