#ffdeee
a pale, electric magenta / pink · warm · closest name: lavender
RGB
255, 222, 238
HSL
331°, 100%, 94%
CMYK
0, 13, 7, 0
Luminance
0.7968
Every format
| HEX | #ffdeee |
| RGB | rgb(255, 222, 238) |
| HSL | hsl(331, 100%, 94%) |
| CMYK | cmyk(0%, 13%, 7%, 0%) |
| LAB | lab(91.5 14.0 -3.6) |
| LCH | lch(91.5 14.4 345.6) |
| OKLCH | oklch(0.932 0.042 347.1) |
Copy-ready code
/* CSS */
color: #ffdeee;
background-color: #ffdeee;
/* Tailwind (arbitrary) */
class="text-[#ffdeee] bg-[#ffdeee]"
/* SCSS */
$brand: #ffdeee;
/* SwiftUI */
Color(red: 1.000, green: 0.871, blue: 0.933)
/* Android */
Color.parseColor("#ffdeee")Accessibility — WCAG contrast
Aa
#ffdeee on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffdeee on black: 16.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green87.1%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta12.9%
Yellow6.7%
Key (black)0.0%
Color previews
#ffdeee text on a black background
contrast 16.94:1
Card sample
#ffdeee text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffdeee;
Background color
Panel with #ffdeee background
background-color: #ffdeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffdeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 222, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 222, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffdeee; background: linear-gradient(135deg, #ffdeee, #FFE4DE);