#ebe4cf
a pale, soft yellow · cool · closest name: beige
RGB
235, 228, 207
HSL
45°, 41%, 87%
CMYK
0, 3, 12, 8
Luminance
0.7765
Every format
| HEX | #ebe4cf |
| RGB | rgb(235, 228, 207) |
| HSL | hsl(45, 41%, 87%) |
| CMYK | cmyk(0%, 3%, 12%, 8%) |
| LAB | lab(90.6 -1.1 11.1) |
| LCH | lch(90.6 11.2 95.8) |
| OKLCH | oklch(0.919 0.029 91.7) |
Copy-ready code
/* CSS */
color: #ebe4cf;
background-color: #ebe4cf;
/* Tailwind (arbitrary) */
class="text-[#ebe4cf] bg-[#ebe4cf]"
/* SCSS */
$brand: #ebe4cf;
/* SwiftUI */
Color(red: 0.922, green: 0.894, blue: 0.812)
/* Android */
Color.parseColor("#ebe4cf")Accessibility — WCAG contrast
Aa
#ebe4cf on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebe4cf on black: 16.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green89.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta3.0%
Yellow11.9%
Key (black)7.8%
Color previews
#ebe4cf text on a black background
contrast 16.53:1
Card sample
#ebe4cf text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebe4cf;
Background color
Panel with #ebe4cf background
background-color: #ebe4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebe4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 228, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 228, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebe4cf; background: linear-gradient(135deg, #ebe4cf, #DFEBCF);