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