#ffbee9
a pale, electric magenta / pink · warm · closest name: plum
RGB
255, 190, 233
HSL
320°, 100%, 87%
CMYK
0, 26, 9, 0
Luminance
0.6397
Every format
| HEX | #ffbee9 |
| RGB | rgb(255, 190, 233) |
| HSL | hsl(320, 100%, 87%) |
| CMYK | cmyk(0%, 26%, 9%, 0%) |
| LAB | lab(84.0 29.9 -12.2) |
| LCH | lch(84.0 32.3 337.8) |
| OKLCH | oklch(0.873 0.092 339.5) |
Copy-ready code
/* CSS */
color: #ffbee9;
background-color: #ffbee9;
/* Tailwind (arbitrary) */
class="text-[#ffbee9] bg-[#ffbee9]"
/* SCSS */
$brand: #ffbee9;
/* SwiftUI */
Color(red: 1.000, green: 0.745, blue: 0.914)
/* Android */
Color.parseColor("#ffbee9")Accessibility — WCAG contrast
Aa
#ffbee9 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbee9 on black: 13.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green74.5%
Blue91.4%
CMYK percentages
Cyan0.0%
Magenta25.5%
Yellow8.6%
Key (black)0.0%
Color previews
#ffbee9 text on a black background
contrast 13.79:1
Card sample
#ffbee9 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbee9;
Background color
Panel with #ffbee9 background
background-color: #ffbee9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbee9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 190, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 190, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbee9; background: linear-gradient(135deg, #ffbee9, #FFBFBE);