#ffbee2
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 190, 226
HSL
327°, 100%, 87%
CMYK
0, 26, 11, 0
Luminance
0.6358
Every format
| HEX | #ffbee2 |
| RGB | rgb(255, 190, 226) |
| HSL | hsl(327, 100%, 87%) |
| CMYK | cmyk(0%, 26%, 11%, 0%) |
| LAB | lab(83.8 28.7 -8.8) |
| LCH | lch(83.8 30.0 343.1) |
| OKLCH | oklch(0.871 0.087 344.7) |
Copy-ready code
/* CSS */
color: #ffbee2;
background-color: #ffbee2;
/* Tailwind (arbitrary) */
class="text-[#ffbee2] bg-[#ffbee2]"
/* SCSS */
$brand: #ffbee2;
/* SwiftUI */
Color(red: 1.000, green: 0.745, blue: 0.886)
/* Android */
Color.parseColor("#ffbee2")Accessibility — WCAG contrast
Aa
#ffbee2 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbee2 on black: 13.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green74.5%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta25.5%
Yellow11.4%
Key (black)0.0%
Color previews
#ffbee2 text on a black background
contrast 13.72:1
Card sample
#ffbee2 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbee2;
Background color
Panel with #ffbee2 background
background-color: #ffbee2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbee2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 190, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 190, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbee2; background: linear-gradient(135deg, #ffbee2, #FFC6BE);