#ebf1cf
a pale, vivid green · cool · closest name: beige
RGB
235, 241, 207
HSL
71°, 55%, 88%
CMYK
3, 0, 14, 6
Luminance
0.8508
Every format
| HEX | #ebf1cf |
| RGB | rgb(235, 241, 207) |
| HSL | hsl(71, 55%, 88%) |
| CMYK | cmyk(3%, 0%, 14%, 6%) |
| LAB | lab(93.9 -7.7 15.8) |
| LCH | lch(93.9 17.6 116.1) |
| OKLCH | oklch(0.945 0.045 115.4) |
Copy-ready code
/* CSS */
color: #ebf1cf;
background-color: #ebf1cf;
/* Tailwind (arbitrary) */
class="text-[#ebf1cf] bg-[#ebf1cf]"
/* SCSS */
$brand: #ebf1cf;
/* SwiftUI */
Color(red: 0.922, green: 0.945, blue: 0.812)
/* Android */
Color.parseColor("#ebf1cf")Accessibility — WCAG contrast
Aa
#ebf1cf on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebf1cf on black: 18.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green94.5%
Blue81.2%
CMYK percentages
Cyan2.5%
Magenta0.0%
Yellow14.1%
Key (black)5.5%
Color previews
#ebf1cf text on a black background
contrast 18.02:1
Card sample
#ebf1cf text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebf1cf;
Background color
Panel with #ebf1cf background
background-color: #ebf1cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebf1cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 241, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 241, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebf1cf; background: linear-gradient(135deg, #ebf1cf, #D4F1CF);