#f5dbeb
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
245, 219, 235
HSL
323°, 57%, 91%
CMYK
0, 11, 4, 4
Luminance
0.7607
Every format
| HEX | #f5dbeb |
| RGB | rgb(245, 219, 235) |
| HSL | hsl(323, 57%, 91%) |
| CMYK | cmyk(0%, 11%, 4%, 4%) |
| LAB | lab(89.9 11.6 -4.5) |
| LCH | lch(89.9 12.5 338.7) |
| OKLCH | oklch(0.917 0.035 340.4) |
Copy-ready code
/* CSS */
color: #f5dbeb;
background-color: #f5dbeb;
/* Tailwind (arbitrary) */
class="text-[#f5dbeb] bg-[#f5dbeb]"
/* SCSS */
$brand: #f5dbeb;
/* SwiftUI */
Color(red: 0.961, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#f5dbeb")Accessibility — WCAG contrast
Aa
#f5dbeb on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5dbeb on black: 16.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green85.9%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta10.6%
Yellow4.1%
Key (black)3.9%
Color previews
#f5dbeb text on a black background
contrast 16.21:1
Card sample
#f5dbeb text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5dbeb;
Background color
Panel with #f5dbeb background
background-color: #f5dbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5dbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5dbeb; background: linear-gradient(135deg, #f5dbeb, #F5DCDB);