#f7d4ee
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
247, 212, 238
HSL
315°, 69%, 90%
CMYK
0, 14, 4, 3
Luminance
0.7303
Every format
| HEX | #f7d4ee |
| RGB | rgb(247, 212, 238) |
| HSL | hsl(315, 69%, 90%) |
| CMYK | cmyk(0%, 14%, 4%, 3%) |
| LAB | lab(88.5 16.5 -8.2) |
| LCH | lch(88.5 18.4 333.5) |
| OKLCH | oklch(0.907 0.052 335.1) |
Copy-ready code
/* CSS */
color: #f7d4ee;
background-color: #f7d4ee;
/* Tailwind (arbitrary) */
class="text-[#f7d4ee] bg-[#f7d4ee]"
/* SCSS */
$brand: #f7d4ee;
/* SwiftUI */
Color(red: 0.969, green: 0.831, blue: 0.933)
/* Android */
Color.parseColor("#f7d4ee")Accessibility — WCAG contrast
Aa
#f7d4ee on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7d4ee on black: 15.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green83.1%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta14.2%
Yellow3.6%
Key (black)3.1%
Color previews
#f7d4ee text on a black background
contrast 15.61:1
Card sample
#f7d4ee text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7d4ee;
Background color
Panel with #f7d4ee background
background-color: #f7d4ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7d4ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 212, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 212, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7d4ee; background: linear-gradient(135deg, #f7d4ee, #F7D4D7);