#f5d6ee
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
245, 214, 238
HSL
314°, 61%, 90%
CMYK
0, 13, 3, 4
Luminance
0.7368
Every format
| HEX | #f5d6ee |
| RGB | rgb(245, 214, 238) |
| HSL | hsl(314, 61%, 90%) |
| CMYK | cmyk(0%, 13%, 3%, 4%) |
| LAB | lab(88.8 14.8 -7.8) |
| LCH | lch(88.8 16.7 332.3) |
| OKLCH | oklch(0.909 0.046 333.7) |
Copy-ready code
/* CSS */
color: #f5d6ee;
background-color: #f5d6ee;
/* Tailwind (arbitrary) */
class="text-[#f5d6ee] bg-[#f5d6ee]"
/* SCSS */
$brand: #f5d6ee;
/* SwiftUI */
Color(red: 0.961, green: 0.839, blue: 0.933)
/* Android */
Color.parseColor("#f5d6ee")Accessibility — WCAG contrast
Aa
#f5d6ee on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5d6ee on black: 15.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green83.9%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta12.7%
Yellow2.9%
Key (black)3.9%
Color previews
#f5d6ee text on a black background
contrast 15.74:1
Card sample
#f5d6ee text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5d6ee;
Background color
Panel with #f5d6ee background
background-color: #f5d6ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5d6ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 214, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 214, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5d6ee; background: linear-gradient(135deg, #f5d6ee, #F5D6D9);