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