#f4bdee
a light, vivid magenta / pink · warm · closest name: plum
RGB
244, 189, 238
HSL
307°, 71%, 85%
CMYK
0, 23, 3, 4
Luminance
0.6180
Every format
| HEX | #f4bdee |
| RGB | rgb(244, 189, 238) |
| HSL | hsl(307, 71%, 85%) |
| CMYK | cmyk(0%, 23%, 3%, 4%) |
| LAB | lab(82.8 27.6 -16.7) |
| LCH | lch(82.8 32.3 328.9) |
| OKLCH | oklch(0.863 0.089 330.0) |
Copy-ready code
/* CSS */
color: #f4bdee;
background-color: #f4bdee;
/* Tailwind (arbitrary) */
class="text-[#f4bdee] bg-[#f4bdee]"
/* SCSS */
$brand: #f4bdee;
/* SwiftUI */
Color(red: 0.957, green: 0.741, blue: 0.933)
/* Android */
Color.parseColor("#f4bdee")Accessibility — WCAG contrast
Aa
#f4bdee on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4bdee on black: 13.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green74.1%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta22.5%
Yellow2.5%
Key (black)4.3%
Color previews
#f4bdee text on a black background
contrast 13.36:1
Card sample
#f4bdee text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4bdee;
Background color
Panel with #f4bdee background
background-color: #f4bdee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4bdee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 189, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 189, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4bdee; background: linear-gradient(135deg, #f4bdee, #F4BDC9);