#f7bdee
a pale, electric magenta / pink · warm · closest name: plum
RGB
247, 189, 238
HSL
309°, 78%, 86%
CMYK
0, 24, 4, 3
Luminance
0.6234
Every format
| HEX | #f7bdee |
| RGB | rgb(247, 189, 238) |
| HSL | hsl(309, 78%, 86%) |
| CMYK | cmyk(0%, 24%, 4%, 3%) |
| LAB | lab(83.1 28.6 -16.2) |
| LCH | lch(83.1 32.9 330.5) |
| OKLCH | oklch(0.865 0.092 331.7) |
Copy-ready code
/* CSS */
color: #f7bdee;
background-color: #f7bdee;
/* Tailwind (arbitrary) */
class="text-[#f7bdee] bg-[#f7bdee]"
/* SCSS */
$brand: #f7bdee;
/* SwiftUI */
Color(red: 0.969, green: 0.741, blue: 0.933)
/* Android */
Color.parseColor("#f7bdee")Accessibility — WCAG contrast
Aa
#f7bdee on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7bdee on black: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green74.1%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta23.5%
Yellow3.6%
Key (black)3.1%
Color previews
#f7bdee text on a black background
contrast 13.47:1
Card sample
#f7bdee text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7bdee;
Background color
Panel with #f7bdee background
background-color: #f7bdee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7bdee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 189, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 189, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7bdee; background: linear-gradient(135deg, #f7bdee, #F7BDC7);