#ebfaf0
a pale, vivid green · cool · closest name: ivory
RGB
235, 250, 240
HSL
140°, 60%, 95%
CMYK
6, 0, 4, 2
Luminance
0.9232
Every format
| HEX | #ebfaf0 |
| RGB | rgb(235, 250, 240) |
| HSL | hsl(140, 60%, 95%) |
| CMYK | cmyk(6%, 0%, 4%, 2%) |
| LAB | lab(97.0 -6.7 3.1) |
| LCH | lch(97.0 7.4 155.2) |
| OKLCH | oklch(0.971 0.021 156.8) |
Copy-ready code
/* CSS */
color: #ebfaf0;
background-color: #ebfaf0;
/* Tailwind (arbitrary) */
class="text-[#ebfaf0] bg-[#ebfaf0]"
/* SCSS */
$brand: #ebfaf0;
/* SwiftUI */
Color(red: 0.922, green: 0.980, blue: 0.941)
/* Android */
Color.parseColor("#ebfaf0")Accessibility — WCAG contrast
Aa
#ebfaf0 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfaf0 on black: 19.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.0%
Blue94.1%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow4.0%
Key (black)2.0%
Color previews
#ebfaf0 text on a black background
contrast 19.46:1
Card sample
#ebfaf0 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfaf0;
Background color
Panel with #ebfaf0 background
background-color: #ebfaf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfaf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 250, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 250, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfaf0; background: linear-gradient(135deg, #ebfaf0, #EBFAFA);