#ebf8cf
a pale, vivid green · cool · closest name: beige
RGB
235, 248, 207
HSL
79°, 75%, 89%
CMYK
5, 0, 17, 3
Luminance
0.8930
Every format
| HEX | #ebf8cf |
| RGB | rgb(235, 248, 207) |
| HSL | hsl(79, 75%, 89%) |
| CMYK | cmyk(5%, 0%, 17%, 3%) |
| LAB | lab(95.7 -11.2 18.3) |
| LCH | lch(95.7 21.4 121.5) |
| OKLCH | oklch(0.959 0.055 121.7) |
Copy-ready code
/* CSS */
color: #ebf8cf;
background-color: #ebf8cf;
/* Tailwind (arbitrary) */
class="text-[#ebf8cf] bg-[#ebf8cf]"
/* SCSS */
$brand: #ebf8cf;
/* SwiftUI */
Color(red: 0.922, green: 0.973, blue: 0.812)
/* Android */
Color.parseColor("#ebf8cf")Accessibility — WCAG contrast
Aa
#ebf8cf on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebf8cf on black: 18.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green97.3%
Blue81.2%
CMYK percentages
Cyan5.2%
Magenta0.0%
Yellow16.5%
Key (black)2.7%
Color previews
#ebf8cf text on a black background
contrast 18.86:1
Card sample
#ebf8cf text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebf8cf;
Background color
Panel with #ebf8cf background
background-color: #ebf8cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebf8cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 248, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 248, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebf8cf; background: linear-gradient(135deg, #ebf8cf, #D0F8CF);