#f7bdfd
a pale, electric magenta / pink · warm · closest name: plum
RGB
247, 189, 253
HSL
294°, 94%, 87%
CMYK
2, 25, 0, 1
Luminance
0.6326
Every format
| HEX | #f7bdfd |
| RGB | rgb(247, 189, 253) |
| HSL | hsl(294, 94%, 87%) |
| CMYK | cmyk(2%, 25%, 0%, 1%) |
| LAB | lab(83.6 31.3 -23.5) |
| LCH | lch(83.6 39.2 323.1) |
| OKLCH | oklch(0.871 0.106 323.3) |
Copy-ready code
/* CSS */
color: #f7bdfd;
background-color: #f7bdfd;
/* Tailwind (arbitrary) */
class="text-[#f7bdfd] bg-[#f7bdfd]"
/* SCSS */
$brand: #f7bdfd;
/* SwiftUI */
Color(red: 0.969, green: 0.741, blue: 0.992)
/* Android */
Color.parseColor("#f7bdfd")Accessibility — WCAG contrast
Aa
#f7bdfd on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7bdfd on black: 13.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green74.1%
Blue99.2%
CMYK percentages
Cyan2.4%
Magenta25.3%
Yellow0.0%
Key (black)0.8%
Color previews
#f7bdfd text on a black background
contrast 13.65:1
Card sample
#f7bdfd text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7bdfd;
Background color
Panel with #f7bdfd background
background-color: #f7bdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7bdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 189, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 189, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7bdfd; background: linear-gradient(135deg, #f7bdfd, #FDBDD8);