#ffbdee
a pale, electric magenta / pink · warm · closest name: plum
RGB
255, 189, 238
HSL
316°, 100%, 87%
CMYK
0, 26, 7, 0
Luminance
0.6383
Every format
| HEX | #ffbdee |
| RGB | rgb(255, 189, 238) |
| HSL | hsl(316, 100%, 87%) |
| CMYK | cmyk(0%, 26%, 7%, 0%) |
| LAB | lab(83.9 31.3 -15.0) |
| LCH | lch(83.9 34.7 334.4) |
| OKLCH | oklch(0.873 0.098 336.0) |
Copy-ready code
/* CSS */
color: #ffbdee;
background-color: #ffbdee;
/* Tailwind (arbitrary) */
class="text-[#ffbdee] bg-[#ffbdee]"
/* SCSS */
$brand: #ffbdee;
/* SwiftUI */
Color(red: 1.000, green: 0.741, blue: 0.933)
/* Android */
Color.parseColor("#ffbdee")Accessibility — WCAG contrast
Aa
#ffbdee on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbdee on black: 13.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green74.1%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta25.9%
Yellow6.7%
Key (black)0.0%
Color previews
#ffbdee text on a black background
contrast 13.77:1
Card sample
#ffbdee text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbdee;
Background color
Panel with #ffbdee background
background-color: #ffbdee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbdee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 189, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 189, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbdee; background: linear-gradient(135deg, #ffbdee, #FFBDC2);