#ebdfd6
a pale, soft orange · warm · closest name: beige
RGB
235, 223, 214
HSL
26°, 34%, 88%
CMYK
0, 5, 9, 8
Luminance
0.7529
Every format
| HEX | #ebdfd6 |
| RGB | rgb(235, 223, 214) |
| HSL | hsl(26, 34%, 88%) |
| CMYK | cmyk(0%, 5%, 9%, 8%) |
| LAB | lab(89.5 2.6 5.9) |
| LCH | lch(89.5 6.4 66.4) |
| OKLCH | oklch(0.911 0.018 59.5) |
Copy-ready code
/* CSS */
color: #ebdfd6;
background-color: #ebdfd6;
/* Tailwind (arbitrary) */
class="text-[#ebdfd6] bg-[#ebdfd6]"
/* SCSS */
$brand: #ebdfd6;
/* SwiftUI */
Color(red: 0.922, green: 0.875, blue: 0.839)
/* Android */
Color.parseColor("#ebdfd6")Accessibility — WCAG contrast
Aa
#ebdfd6 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdfd6 on black: 16.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green87.5%
Blue83.9%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow8.9%
Key (black)7.8%
Color previews
#ebdfd6 text on a black background
contrast 16.06:1
Card sample
#ebdfd6 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdfd6;
Background color
Panel with #ebdfd6 background
background-color: #ebdfd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdfd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 223, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 223, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdfd6; background: linear-gradient(135deg, #ebdfd6, #E9EBD6);