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