#ebd6cf
a pale, soft orange · warm · closest name: silver
RGB
235, 214, 207
HSL
15°, 41%, 87%
CMYK
0, 9, 12, 8
Luminance
0.7026
Every format
| HEX | #ebd6cf |
| RGB | rgb(235, 214, 207) |
| HSL | hsl(15, 41%, 87%) |
| CMYK | cmyk(0%, 9%, 12%, 8%) |
| LAB | lab(87.1 6.1 6.1) |
| LCH | lch(87.1 8.6 44.9) |
| OKLCH | oklch(0.891 0.025 39.4) |
Copy-ready code
/* CSS */
color: #ebd6cf;
background-color: #ebd6cf;
/* Tailwind (arbitrary) */
class="text-[#ebd6cf] bg-[#ebd6cf]"
/* SCSS */
$brand: #ebd6cf;
/* SwiftUI */
Color(red: 0.922, green: 0.839, blue: 0.812)
/* Android */
Color.parseColor("#ebd6cf")Accessibility — WCAG contrast
Aa
#ebd6cf on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebd6cf on black: 15.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green83.9%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta8.9%
Yellow11.9%
Key (black)7.8%
Color previews
#ebd6cf text on a black background
contrast 15.05:1
Card sample
#ebd6cf text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebd6cf;
Background color
Panel with #ebd6cf background
background-color: #ebd6cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebd6cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 214, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 214, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebd6cf; background: linear-gradient(135deg, #ebd6cf, #EBE9CF);