#f5dbdc
a pale, vivid red · warm · closest name: lavender
RGB
245, 219, 220
HSL
358°, 57%, 91%
CMYK
0, 11, 10, 4
Luminance
0.7524
Every format
| HEX | #f5dbdc |
| RGB | rgb(245, 219, 220) |
| HSL | hsl(358, 57%, 91%) |
| CMYK | cmyk(0%, 11%, 10%, 4%) |
| LAB | lab(89.5 9.1 2.8) |
| LCH | lch(89.5 9.5 17.0) |
| OKLCH | oklch(0.913 0.029 15.0) |
Copy-ready code
/* CSS */
color: #f5dbdc;
background-color: #f5dbdc;
/* Tailwind (arbitrary) */
class="text-[#f5dbdc] bg-[#f5dbdc]"
/* SCSS */
$brand: #f5dbdc;
/* SwiftUI */
Color(red: 0.961, green: 0.859, blue: 0.863)
/* Android */
Color.parseColor("#f5dbdc")Accessibility — WCAG contrast
Aa
#f5dbdc on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5dbdc on black: 16.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green85.9%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta10.6%
Yellow10.2%
Key (black)3.9%
Color previews
#f5dbdc text on a black background
contrast 16.05:1
Card sample
#f5dbdc text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5dbdc;
Background color
Panel with #f5dbdc background
background-color: #f5dbdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5dbdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 219, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 219, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5dbdc; background: linear-gradient(135deg, #f5dbdc, #F5EBDB);