#f0deee
a pale, soft magenta / pink · warm · closest name: lavender
RGB
240, 222, 238
HSL
307°, 38%, 91%
CMYK
0, 8, 1, 6
Luminance
0.7694
Every format
| HEX | #f0deee |
| RGB | rgb(240, 222, 238) |
| HSL | hsl(307, 38%, 91%) |
| CMYK | cmyk(0%, 8%, 1%, 6%) |
| LAB | lab(90.3 8.9 -5.6) |
| LCH | lch(90.3 10.5 328.1) |
| OKLCH | oklch(0.920 0.029 329.3) |
Copy-ready code
/* CSS */
color: #f0deee;
background-color: #f0deee;
/* Tailwind (arbitrary) */
class="text-[#f0deee] bg-[#f0deee]"
/* SCSS */
$brand: #f0deee;
/* SwiftUI */
Color(red: 0.941, green: 0.871, blue: 0.933)
/* Android */
Color.parseColor("#f0deee")Accessibility — WCAG contrast
Aa
#f0deee on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0deee on black: 16.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green87.1%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta7.5%
Yellow0.8%
Key (black)5.9%
Color previews
#f0deee text on a black background
contrast 16.39:1
Card sample
#f0deee text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0deee;
Background color
Panel with #f0deee background
background-color: #f0deee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0deee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 222, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 222, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0deee; background: linear-gradient(135deg, #f0deee, #F0DEE2);