#ffbbe2
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 187, 226
HSL
326°, 100%, 87%
CMYK
0, 27, 11, 0
Luminance
0.6229
Every format
| HEX | #ffbbe2 |
| RGB | rgb(255, 187, 226) |
| HSL | hsl(326, 100%, 87%) |
| CMYK | cmyk(0%, 27%, 11%, 0%) |
| LAB | lab(83.1 30.3 -9.8) |
| LCH | lch(83.1 31.9 342.2) |
| OKLCH | oklch(0.866 0.092 343.8) |
Copy-ready code
/* CSS */
color: #ffbbe2;
background-color: #ffbbe2;
/* Tailwind (arbitrary) */
class="text-[#ffbbe2] bg-[#ffbbe2]"
/* SCSS */
$brand: #ffbbe2;
/* SwiftUI */
Color(red: 1.000, green: 0.733, blue: 0.886)
/* Android */
Color.parseColor("#ffbbe2")Accessibility — WCAG contrast
Aa
#ffbbe2 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbbe2 on black: 13.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green73.3%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta26.7%
Yellow11.4%
Key (black)0.0%
Color previews
#ffbbe2 text on a black background
contrast 13.46:1
Card sample
#ffbbe2 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbbe2;
Background color
Panel with #ffbbe2 background
background-color: #ffbbe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbbe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 187, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 187, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbbe2; background: linear-gradient(135deg, #ffbbe2, #FFC2BB);