#ebdfdb
a pale, soft orange · warm · closest name: white
RGB
235, 223, 219
HSL
15°, 29%, 89%
CMYK
0, 5, 7, 8
Luminance
0.7555
Every format
| HEX | #ebdfdb |
| RGB | rgb(235, 223, 219) |
| HSL | hsl(15, 29%, 89%) |
| CMYK | cmyk(0%, 5%, 7%, 8%) |
| LAB | lab(89.7 3.4 3.4) |
| LCH | lch(89.7 4.8 45.2) |
| OKLCH | oklch(0.912 0.014 39.4) |
Copy-ready code
/* CSS */
color: #ebdfdb;
background-color: #ebdfdb;
/* Tailwind (arbitrary) */
class="text-[#ebdfdb] bg-[#ebdfdb]"
/* SCSS */
$brand: #ebdfdb;
/* SwiftUI */
Color(red: 0.922, green: 0.875, blue: 0.859)
/* Android */
Color.parseColor("#ebdfdb")Accessibility — WCAG contrast
Aa
#ebdfdb on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdfdb on black: 16.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green87.5%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow6.8%
Key (black)7.8%
Color previews
#ebdfdb text on a black background
contrast 16.11:1
Card sample
#ebdfdb text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdfdb;
Background color
Panel with #ebdfdb background
background-color: #ebdfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 223, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 223, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdfdb; background: linear-gradient(135deg, #ebdfdb, #EBEADB);