#f5dad6
a pale, vivid red · warm · closest name: white
RGB
245, 218, 214
HSL
8°, 61%, 90%
CMYK
0, 11, 13, 4
Luminance
0.7441
Every format
| HEX | #f5dad6 |
| RGB | rgb(245, 218, 214) |
| HSL | hsl(8, 61%, 90%) |
| CMYK | cmyk(0%, 11%, 13%, 4%) |
| LAB | lab(89.1 8.7 5.4) |
| LCH | lch(89.1 10.2 31.8) |
| OKLCH | oklch(0.909 0.031 27.8) |
Copy-ready code
/* CSS */
color: #f5dad6;
background-color: #f5dad6;
/* Tailwind (arbitrary) */
class="text-[#f5dad6] bg-[#f5dad6]"
/* SCSS */
$brand: #f5dad6;
/* SwiftUI */
Color(red: 0.961, green: 0.855, blue: 0.839)
/* Android */
Color.parseColor("#f5dad6")Accessibility — WCAG contrast
Aa
#f5dad6 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5dad6 on black: 15.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green85.5%
Blue83.9%
CMYK percentages
Cyan0.0%
Magenta11.0%
Yellow12.7%
Key (black)3.9%
Color previews
#f5dad6 text on a black background
contrast 15.88:1
Card sample
#f5dad6 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5dad6;
Background color
Panel with #f5dad6 background
background-color: #f5dad6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5dad6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 218, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 218, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5dad6; background: linear-gradient(135deg, #f5dad6, #F5EFD6);