#f5eceb
a pale, soft red · warm · closest name: white
RGB
245, 236, 235
HSL
6°, 33%, 94%
CMYK
0, 4, 4, 4
Luminance
0.8540
Every format
| HEX | #f5eceb |
| RGB | rgb(245, 236, 235) |
| HSL | hsl(6, 33%, 94%) |
| CMYK | cmyk(0%, 4%, 4%, 4%) |
| LAB | lab(94.1 2.9 1.6) |
| LCH | lch(94.1 3.3 28.7) |
| OKLCH | oklch(0.950 0.010 25.1) |
Copy-ready code
/* CSS */
color: #f5eceb;
background-color: #f5eceb;
/* Tailwind (arbitrary) */
class="text-[#f5eceb] bg-[#f5eceb]"
/* SCSS */
$brand: #f5eceb;
/* SwiftUI */
Color(red: 0.961, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#f5eceb")Accessibility — WCAG contrast
Aa
#f5eceb on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5eceb on black: 18.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green92.5%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta3.7%
Yellow4.1%
Key (black)3.9%
Color previews
#f5eceb text on a black background
contrast 18.08:1
Card sample
#f5eceb text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5eceb;
Background color
Panel with #f5eceb background
background-color: #f5eceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5eceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5eceb; background: linear-gradient(135deg, #f5eceb, #F5F3EB);