#ffdbee
a pale, electric magenta / pink · warm · closest name: lavender
RGB
255, 219, 238
HSL
328°, 100%, 93%
CMYK
0, 14, 7, 0
Luminance
0.7810
Every format
| HEX | #ffdbee |
| RGB | rgb(255, 219, 238) |
| HSL | hsl(328, 100%, 93%) |
| CMYK | cmyk(0%, 14%, 7%, 0%) |
| LAB | lab(90.8 15.5 -4.6) |
| LCH | lch(90.8 16.2 343.4) |
| OKLCH | oklch(0.927 0.047 345.0) |
Copy-ready code
/* CSS */
color: #ffdbee;
background-color: #ffdbee;
/* Tailwind (arbitrary) */
class="text-[#ffdbee] bg-[#ffdbee]"
/* SCSS */
$brand: #ffdbee;
/* SwiftUI */
Color(red: 1.000, green: 0.859, blue: 0.933)
/* Android */
Color.parseColor("#ffdbee")Accessibility — WCAG contrast
Aa
#ffdbee on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffdbee on black: 16.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green85.9%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta14.1%
Yellow6.7%
Key (black)0.0%
Color previews
#ffdbee text on a black background
contrast 16.62:1
Card sample
#ffdbee text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffdbee;
Background color
Panel with #ffdbee background
background-color: #ffdbee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffdbee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 219, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 219, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffdbee; background: linear-gradient(135deg, #ffdbee, #FFE0DB);