#ebdfcf
a pale, soft orange · warm · closest name: beige
RGB
235, 223, 207
HSL
34°, 41%, 87%
CMYK
0, 5, 12, 8
Luminance
0.7494
Every format
| HEX | #ebdfcf |
| RGB | rgb(235, 223, 207) |
| HSL | hsl(34, 41%, 87%) |
| CMYK | cmyk(0%, 5%, 12%, 8%) |
| LAB | lab(89.4 1.4 9.3) |
| LCH | lch(89.4 9.4 81.2) |
| OKLCH | oklch(0.909 0.025 75.3) |
Copy-ready code
/* CSS */
color: #ebdfcf;
background-color: #ebdfcf;
/* Tailwind (arbitrary) */
class="text-[#ebdfcf] bg-[#ebdfcf]"
/* SCSS */
$brand: #ebdfcf;
/* SwiftUI */
Color(red: 0.922, green: 0.875, blue: 0.812)
/* Android */
Color.parseColor("#ebdfcf")Accessibility — WCAG contrast
Aa
#ebdfcf on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdfcf on black: 15.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green87.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow11.9%
Key (black)7.8%
Color previews
#ebdfcf text on a black background
contrast 15.99:1
Card sample
#ebdfcf text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdfcf;
Background color
Panel with #ebdfcf background
background-color: #ebdfcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdfcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 223, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 223, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdfcf; background: linear-gradient(135deg, #ebdfcf, #E4EBCF);