#f5e6eb
a pale, soft magenta / pink · warm · closest name: lavender
RGB
245, 230, 235
HSL
340°, 43%, 93%
CMYK
0, 6, 4, 4
Luminance
0.8200
Every format
| HEX | #f5e6eb |
| RGB | rgb(245, 230, 235) |
| HSL | hsl(340, 43%, 93%) |
| CMYK | cmyk(0%, 6%, 4%, 4%) |
| LAB | lab(92.6 5.9 -0.6) |
| LCH | lch(92.6 6.0 354.2) |
| OKLCH | oklch(0.938 0.018 355.1) |
Copy-ready code
/* CSS */
color: #f5e6eb;
background-color: #f5e6eb;
/* Tailwind (arbitrary) */
class="text-[#f5e6eb] bg-[#f5e6eb]"
/* SCSS */
$brand: #f5e6eb;
/* SwiftUI */
Color(red: 0.961, green: 0.902, blue: 0.922)
/* Android */
Color.parseColor("#f5e6eb")Accessibility — WCAG contrast
Aa
#f5e6eb on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5e6eb on black: 17.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green90.2%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta6.1%
Yellow4.1%
Key (black)3.9%
Color previews
#f5e6eb text on a black background
contrast 17.40:1
Card sample
#f5e6eb text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5e6eb;
Background color
Panel with #f5e6eb background
background-color: #f5e6eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5e6eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 230, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 230, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5e6eb; background: linear-gradient(135deg, #f5e6eb, #F5EBE6);