#f7deef
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
247, 222, 239
HSL
319°, 61%, 92%
CMYK
0, 10, 3, 3
Luminance
0.7825
Every format
| HEX | #f7deef |
| RGB | rgb(247, 222, 239) |
| HSL | hsl(319, 61%, 92%) |
| CMYK | cmyk(0%, 10%, 3%, 3%) |
| LAB | lab(90.9 11.4 -5.1) |
| LCH | lch(90.9 12.6 335.8) |
| OKLCH | oklch(0.926 0.035 337.4) |
Copy-ready code
/* CSS */
color: #f7deef;
background-color: #f7deef;
/* Tailwind (arbitrary) */
class="text-[#f7deef] bg-[#f7deef]"
/* SCSS */
$brand: #f7deef;
/* SwiftUI */
Color(red: 0.969, green: 0.871, blue: 0.937)
/* Android */
Color.parseColor("#f7deef")Accessibility — WCAG contrast
Aa
#f7deef on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7deef on black: 16.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green87.1%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta10.1%
Yellow3.2%
Key (black)3.1%
Color previews
#f7deef text on a black background
contrast 16.65:1
Card sample
#f7deef text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7deef;
Background color
Panel with #f7deef background
background-color: #f7deef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7deef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 222, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 222, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7deef; background: linear-gradient(135deg, #f7deef, #F7DEDE);