#f5dae6
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
245, 218, 230
HSL
333°, 57%, 91%
CMYK
0, 11, 6, 4
Luminance
0.7527
Every format
| HEX | #f5dae6 |
| RGB | rgb(245, 218, 230) |
| HSL | hsl(333, 57%, 91%) |
| CMYK | cmyk(0%, 11%, 6%, 4%) |
| LAB | lab(89.5 11.3 -2.5) |
| LCH | lch(89.5 11.6 347.7) |
| OKLCH | oklch(0.914 0.034 349.1) |
Copy-ready code
/* CSS */
color: #f5dae6;
background-color: #f5dae6;
/* Tailwind (arbitrary) */
class="text-[#f5dae6] bg-[#f5dae6]"
/* SCSS */
$brand: #f5dae6;
/* SwiftUI */
Color(red: 0.961, green: 0.855, blue: 0.902)
/* Android */
Color.parseColor("#f5dae6")Accessibility — WCAG contrast
Aa
#f5dae6 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5dae6 on black: 16.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green85.5%
Blue90.2%
CMYK percentages
Cyan0.0%
Magenta11.0%
Yellow6.1%
Key (black)3.9%
Color previews
#f5dae6 text on a black background
contrast 16.05:1
Card sample
#f5dae6 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5dae6;
Background color
Panel with #f5dae6 background
background-color: #f5dae6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5dae6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 218, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 218, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5dae6; background: linear-gradient(135deg, #f5dae6, #F5E0DA);