#ffbbee
a pale, electric magenta / pink · warm · closest name: plum
RGB
255, 187, 238
HSL
315°, 100%, 87%
CMYK
0, 27, 7, 0
Luminance
0.6297
Every format
| HEX | #ffbbee |
| RGB | rgb(255, 187, 238) |
| HSL | hsl(315, 100%, 87%) |
| CMYK | cmyk(0%, 27%, 7%, 0%) |
| LAB | lab(83.4 32.3 -15.6) |
| LCH | lch(83.4 35.9 334.2) |
| OKLCH | oklch(0.870 0.101 335.7) |
Copy-ready code
/* CSS */
color: #ffbbee;
background-color: #ffbbee;
/* Tailwind (arbitrary) */
class="text-[#ffbbee] bg-[#ffbbee]"
/* SCSS */
$brand: #ffbbee;
/* SwiftUI */
Color(red: 1.000, green: 0.733, blue: 0.933)
/* Android */
Color.parseColor("#ffbbee")Accessibility — WCAG contrast
Aa
#ffbbee on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbbee on black: 13.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green73.3%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta26.7%
Yellow6.7%
Key (black)0.0%
Color previews
#ffbbee text on a black background
contrast 13.59:1
Card sample
#ffbbee text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbbee;
Background color
Panel with #ffbbee background
background-color: #ffbbee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbbee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 187, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 187, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbbee; background: linear-gradient(135deg, #ffbbee, #FFBBC1);