#ebebe0
a pale, soft yellow · cool · closest name: ivory
RGB
235, 235, 224
HSL
60°, 22%, 90%
CMYK
0, 0, 5, 8
Luminance
0.8246
Every format
| HEX | #ebebe0 |
| RGB | rgb(235, 235, 224) |
| HSL | hsl(60, 22%, 90%) |
| CMYK | cmyk(0%, 0%, 5%, 8%) |
| LAB | lab(92.8 -1.9 5.3) |
| LCH | lch(92.8 5.7 109.7) |
| OKLCH | oklch(0.937 0.015 106.7) |
Copy-ready code
/* CSS */
color: #ebebe0;
background-color: #ebebe0;
/* Tailwind (arbitrary) */
class="text-[#ebebe0] bg-[#ebebe0]"
/* SCSS */
$brand: #ebebe0;
/* SwiftUI */
Color(red: 0.922, green: 0.922, blue: 0.878)
/* Android */
Color.parseColor("#ebebe0")Accessibility — WCAG contrast
Aa
#ebebe0 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebebe0 on black: 17.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green92.2%
Blue87.8%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow4.7%
Key (black)7.8%
Color previews
#ebebe0 text on a black background
contrast 17.49:1
Card sample
#ebebe0 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebebe0;
Background color
Panel with #ebebe0 background
background-color: #ebebe0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebebe0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 235, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 235, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebebe0; background: linear-gradient(135deg, #ebebe0, #E4EBE0);