#f5e7eb
a pale, soft magenta / pink · warm · closest name: white
RGB
245, 231, 235
HSL
343°, 41%, 93%
CMYK
0, 6, 4, 4
Luminance
0.8256
Every format
| HEX | #f5e7eb |
| RGB | rgb(245, 231, 235) |
| HSL | hsl(343, 41%, 93%) |
| CMYK | cmyk(0%, 6%, 4%, 4%) |
| LAB | lab(92.8 5.4 -0.2) |
| LCH | lch(92.8 5.4 357.5) |
| OKLCH | oklch(0.940 0.016 358.0) |
Copy-ready code
/* CSS */
color: #f5e7eb;
background-color: #f5e7eb;
/* Tailwind (arbitrary) */
class="text-[#f5e7eb] bg-[#f5e7eb]"
/* SCSS */
$brand: #f5e7eb;
/* SwiftUI */
Color(red: 0.961, green: 0.906, blue: 0.922)
/* Android */
Color.parseColor("#f5e7eb")Accessibility — WCAG contrast
Aa
#f5e7eb on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5e7eb on black: 17.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green90.6%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta5.7%
Yellow4.1%
Key (black)3.9%
Color previews
#f5e7eb text on a black background
contrast 17.51:1
Card sample
#f5e7eb text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5e7eb;
Background color
Panel with #f5e7eb background
background-color: #f5e7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5e7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 231, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 231, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5e7eb; background: linear-gradient(135deg, #f5e7eb, #F5ECE7);