#f7eceb
a pale, soft red · warm · closest name: white
RGB
247, 236, 235
HSL
5°, 43%, 95%
CMYK
0, 5, 5, 3
Luminance
0.8576
Every format
| HEX | #f7eceb |
| RGB | rgb(247, 236, 235) |
| HSL | hsl(5, 43%, 95%) |
| CMYK | cmyk(0%, 5%, 5%, 3%) |
| LAB | lab(94.2 3.5 1.8) |
| LCH | lch(94.2 4.0 27.1) |
| OKLCH | oklch(0.951 0.012 23.7) |
Copy-ready code
/* CSS */
color: #f7eceb;
background-color: #f7eceb;
/* Tailwind (arbitrary) */
class="text-[#f7eceb] bg-[#f7eceb]"
/* SCSS */
$brand: #f7eceb;
/* SwiftUI */
Color(red: 0.969, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#f7eceb")Accessibility — WCAG contrast
Aa
#f7eceb on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7eceb on black: 18.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green92.5%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta4.5%
Yellow4.9%
Key (black)3.1%
Color previews
#f7eceb text on a black background
contrast 18.15:1
Card sample
#f7eceb text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7eceb;
Background color
Panel with #f7eceb background
background-color: #f7eceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7eceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7eceb; background: linear-gradient(135deg, #f7eceb, #F7F4EB);