#e7e2df
a pale, muted orange · warm · closest name: white
RGB
231, 226, 223
HSL
23°, 14%, 89%
CMYK
0, 2, 4, 9
Luminance
0.7671
Every format
| HEX | #e7e2df |
| RGB | rgb(231, 226, 223) |
| HSL | hsl(23, 14%, 89%) |
| CMYK | cmyk(0%, 2%, 4%, 9%) |
| LAB | lab(90.2 1.2 2.1) |
| LCH | lch(90.2 2.4 60.4) |
| OKLCH | oklch(0.916 0.007 53.4) |
Copy-ready code
/* CSS */
color: #e7e2df;
background-color: #e7e2df;
/* Tailwind (arbitrary) */
class="text-[#e7e2df] bg-[#e7e2df]"
/* SCSS */
$brand: #e7e2df;
/* SwiftUI */
Color(red: 0.906, green: 0.886, blue: 0.875)
/* Android */
Color.parseColor("#e7e2df")Accessibility — WCAG contrast
Aa
#e7e2df on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7e2df on black: 16.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green88.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta2.2%
Yellow3.5%
Key (black)9.4%
Color previews
#e7e2df text on a black background
contrast 16.34:1
Card sample
#e7e2df text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7e2df;
Background color
Panel with #e7e2df background
background-color: #e7e2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7e2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 226, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 226, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7e2df; background: linear-gradient(135deg, #e7e2df, #E7E7DF);