#f7dcef
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
247, 220, 239
HSL
318°, 63%, 92%
CMYK
0, 11, 3, 3
Luminance
0.7719
Every format
| HEX | #f7dcef |
| RGB | rgb(247, 220, 239) |
| HSL | hsl(318, 63%, 92%) |
| CMYK | cmyk(0%, 11%, 3%, 3%) |
| LAB | lab(90.4 12.5 -5.8) |
| LCH | lch(90.4 13.8 334.9) |
| OKLCH | oklch(0.922 0.039 336.5) |
Copy-ready code
/* CSS */
color: #f7dcef;
background-color: #f7dcef;
/* Tailwind (arbitrary) */
class="text-[#f7dcef] bg-[#f7dcef]"
/* SCSS */
$brand: #f7dcef;
/* SwiftUI */
Color(red: 0.969, green: 0.863, blue: 0.937)
/* Android */
Color.parseColor("#f7dcef")Accessibility — WCAG contrast
Aa
#f7dcef on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7dcef on black: 16.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green86.3%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta10.9%
Yellow3.2%
Key (black)3.1%
Color previews
#f7dcef text on a black background
contrast 16.44:1
Card sample
#f7dcef text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7dcef;
Background color
Panel with #f7dcef background
background-color: #f7dcef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7dcef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 220, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 220, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7dcef; background: linear-gradient(135deg, #f7dcef, #F7DCDD);