#f6e2df
a pale, vivid red · warm · closest name: white
RGB
246, 226, 223
HSL
8°, 56%, 92%
CMYK
0, 8, 9, 4
Luminance
0.7931
Every format
| HEX | #f6e2df |
| RGB | rgb(246, 226, 223) |
| HSL | hsl(8, 56%, 92%) |
| CMYK | cmyk(0%, 8%, 9%, 4%) |
| LAB | lab(91.4 6.3 3.9) |
| LCH | lch(91.4 7.5 31.8) |
| OKLCH | oklch(0.928 0.022 27.8) |
Copy-ready code
/* CSS */
color: #f6e2df;
background-color: #f6e2df;
/* Tailwind (arbitrary) */
class="text-[#f6e2df] bg-[#f6e2df]"
/* SCSS */
$brand: #f6e2df;
/* SwiftUI */
Color(red: 0.965, green: 0.886, blue: 0.875)
/* Android */
Color.parseColor("#f6e2df")Accessibility — WCAG contrast
Aa
#f6e2df on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6e2df on black: 16.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green88.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta8.1%
Yellow9.3%
Key (black)3.5%
Color previews
#f6e2df text on a black background
contrast 16.86:1
Card sample
#f6e2df text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6e2df;
Background color
Panel with #f6e2df background
background-color: #f6e2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6e2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 226, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 226, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6e2df; background: linear-gradient(135deg, #f6e2df, #F6F1DF);