#ebebe4
a pale, muted yellow · cool · closest name: ivory
RGB
235, 235, 228
HSL
60°, 15%, 91%
CMYK
0, 0, 3, 8
Luminance
0.8268
Every format
| HEX | #ebebe4 |
| RGB | rgb(235, 235, 228) |
| HSL | hsl(60, 15%, 91%) |
| CMYK | cmyk(0%, 0%, 3%, 8%) |
| LAB | lab(92.9 -1.2 3.4) |
| LCH | lch(92.9 3.6 109.9) |
| OKLCH | oklch(0.938 0.009 106.6) |
Copy-ready code
/* CSS */
color: #ebebe4;
background-color: #ebebe4;
/* Tailwind (arbitrary) */
class="text-[#ebebe4] bg-[#ebebe4]"
/* SCSS */
$brand: #ebebe4;
/* SwiftUI */
Color(red: 0.922, green: 0.922, blue: 0.894)
/* Android */
Color.parseColor("#ebebe4")Accessibility — WCAG contrast
Aa
#ebebe4 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebebe4 on black: 17.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green92.2%
Blue89.4%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow3.0%
Key (black)7.8%
Color previews
#ebebe4 text on a black background
contrast 17.54:1
Card sample
#ebebe4 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebebe4;
Background color
Panel with #ebebe4 background
background-color: #ebebe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebebe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 235, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 235, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebebe4; background: linear-gradient(135deg, #ebebe4, #E6EBE4);