#f5bdee
a pale, vivid magenta / pink · warm · closest name: plum
RGB
245, 189, 238
HSL
308°, 74%, 85%
CMYK
0, 23, 3, 4
Luminance
0.6198
Every format
| HEX | #f5bdee |
| RGB | rgb(245, 189, 238) |
| HSL | hsl(308, 74%, 85%) |
| CMYK | cmyk(0%, 23%, 3%, 4%) |
| LAB | lab(82.9 28.0 -16.5) |
| LCH | lch(82.9 32.5 329.4) |
| OKLCH | oklch(0.864 0.090 330.6) |
Copy-ready code
/* CSS */
color: #f5bdee;
background-color: #f5bdee;
/* Tailwind (arbitrary) */
class="text-[#f5bdee] bg-[#f5bdee]"
/* SCSS */
$brand: #f5bdee;
/* SwiftUI */
Color(red: 0.961, green: 0.741, blue: 0.933)
/* Android */
Color.parseColor("#f5bdee")Accessibility — WCAG contrast
Aa
#f5bdee on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5bdee on black: 13.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green74.1%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta22.9%
Yellow2.9%
Key (black)3.9%
Color previews
#f5bdee text on a black background
contrast 13.40:1
Card sample
#f5bdee text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5bdee;
Background color
Panel with #f5bdee background
background-color: #f5bdee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5bdee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 189, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 189, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5bdee; background: linear-gradient(135deg, #f5bdee, #F5BDC9);