#f5d4ec
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
245, 212, 236
HSL
316°, 62%, 90%
CMYK
0, 14, 4, 4
Luminance
0.7256
Every format
| HEX | #f5d4ec |
| RGB | rgb(245, 212, 236) |
| HSL | hsl(316, 62%, 90%) |
| CMYK | cmyk(0%, 14%, 4%, 4%) |
| LAB | lab(88.2 15.5 -7.5) |
| LCH | lch(88.2 17.2 334.1) |
| OKLCH | oklch(0.904 0.048 335.7) |
Copy-ready code
/* CSS */
color: #f5d4ec;
background-color: #f5d4ec;
/* Tailwind (arbitrary) */
class="text-[#f5d4ec] bg-[#f5d4ec]"
/* SCSS */
$brand: #f5d4ec;
/* SwiftUI */
Color(red: 0.961, green: 0.831, blue: 0.925)
/* Android */
Color.parseColor("#f5d4ec")Accessibility — WCAG contrast
Aa
#f5d4ec on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5d4ec on black: 15.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green83.1%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta13.5%
Yellow3.7%
Key (black)3.9%
Color previews
#f5d4ec text on a black background
contrast 15.51:1
Card sample
#f5d4ec text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5d4ec;
Background color
Panel with #f5d4ec background
background-color: #f5d4ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5d4ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 212, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 212, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5d4ec; background: linear-gradient(135deg, #f5d4ec, #F5D4D6);