#e6e2df
a pale, muted orange · warm · closest name: white
RGB
230, 226, 223
HSL
26°, 12%, 89%
CMYK
0, 2, 3, 10
Luminance
0.7654
Every format
| HEX | #e6e2df |
| RGB | rgb(230, 226, 223) |
| HSL | hsl(26, 12%, 89%) |
| CMYK | cmyk(0%, 2%, 3%, 10%) |
| LAB | lab(90.1 0.8 1.9) |
| LCH | lch(90.1 2.1 67.1) |
| OKLCH | oklch(0.915 0.006 59.6) |
Copy-ready code
/* CSS */
color: #e6e2df;
background-color: #e6e2df;
/* Tailwind (arbitrary) */
class="text-[#e6e2df] bg-[#e6e2df]"
/* SCSS */
$brand: #e6e2df;
/* SwiftUI */
Color(red: 0.902, green: 0.886, blue: 0.875)
/* Android */
Color.parseColor("#e6e2df")Accessibility — WCAG contrast
Aa
#e6e2df on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6e2df on black: 16.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green88.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta1.7%
Yellow3.0%
Key (black)9.8%
Color previews
#e6e2df text on a black background
contrast 16.31:1
Card sample
#e6e2df text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6e2df;
Background color
Panel with #e6e2df background
background-color: #e6e2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6e2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 226, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 226, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6e2df; background: linear-gradient(135deg, #e6e2df, #E5E6DF);