#ebdfd3
a pale, soft orange · warm · closest name: beige
RGB
235, 223, 211
HSL
30°, 38%, 88%
CMYK
0, 5, 10, 8
Luminance
0.7514
Every format
| HEX | #ebdfd3 |
| RGB | rgb(235, 223, 211) |
| HSL | hsl(30, 38%, 88%) |
| CMYK | cmyk(0%, 5%, 10%, 8%) |
| LAB | lab(89.5 2.1 7.3) |
| LCH | lch(89.5 7.6 74.2) |
| OKLCH | oklch(0.910 0.021 67.6) |
Copy-ready code
/* CSS */
color: #ebdfd3;
background-color: #ebdfd3;
/* Tailwind (arbitrary) */
class="text-[#ebdfd3] bg-[#ebdfd3]"
/* SCSS */
$brand: #ebdfd3;
/* SwiftUI */
Color(red: 0.922, green: 0.875, blue: 0.827)
/* Android */
Color.parseColor("#ebdfd3")Accessibility — WCAG contrast
Aa
#ebdfd3 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdfd3 on black: 16.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green87.5%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow10.2%
Key (black)7.8%
Color previews
#ebdfd3 text on a black background
contrast 16.03:1
Card sample
#ebdfd3 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdfd3;
Background color
Panel with #ebdfd3 background
background-color: #ebdfd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdfd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 223, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 223, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdfd3; background: linear-gradient(135deg, #ebdfd3, #E7EBD3);