#ebe2df
a pale, soft orange · warm · closest name: white
RGB
235, 226, 223
HSL
15°, 23%, 90%
CMYK
0, 4, 5, 8
Luminance
0.7738
Every format
| HEX | #ebe2df |
| RGB | rgb(235, 226, 223) |
| HSL | hsl(15, 23%, 90%) |
| CMYK | cmyk(0%, 4%, 5%, 8%) |
| LAB | lab(90.5 2.5 2.5) |
| LCH | lch(90.5 3.6 45.2) |
| OKLCH | oklch(0.919 0.011 39.4) |
Copy-ready code
/* CSS */
color: #ebe2df;
background-color: #ebe2df;
/* Tailwind (arbitrary) */
class="text-[#ebe2df] bg-[#ebe2df]"
/* SCSS */
$brand: #ebe2df;
/* SwiftUI */
Color(red: 0.922, green: 0.886, blue: 0.875)
/* Android */
Color.parseColor("#ebe2df")Accessibility — WCAG contrast
Aa
#ebe2df on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebe2df on black: 16.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green88.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta3.8%
Yellow5.1%
Key (black)7.8%
Color previews
#ebe2df text on a black background
contrast 16.48:1
Card sample
#ebe2df text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebe2df;
Background color
Panel with #ebe2df background
background-color: #ebe2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebe2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 226, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 226, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebe2df; background: linear-gradient(135deg, #ebe2df, #EBEADF);