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