#ebf8bb
a pale, electric green · cool · closest name: khaki
RGB
235, 248, 187
HSL
73°, 81%, 85%
CMYK
5, 0, 25, 3
Luminance
0.8838
Every format
| HEX | #ebf8bb |
| RGB | rgb(235, 248, 187) |
| HSL | hsl(73, 81%, 85%) |
| CMYK | cmyk(5%, 0%, 25%, 3%) |
| LAB | lab(95.3 -14.1 27.9) |
| LCH | lch(95.3 31.3 116.8) |
| OKLCH | oklch(0.955 0.080 117.7) |
Copy-ready code
/* CSS */
color: #ebf8bb;
background-color: #ebf8bb;
/* Tailwind (arbitrary) */
class="text-[#ebf8bb] bg-[#ebf8bb]"
/* SCSS */
$brand: #ebf8bb;
/* SwiftUI */
Color(red: 0.922, green: 0.973, blue: 0.733)
/* Android */
Color.parseColor("#ebf8bb")Accessibility — WCAG contrast
Aa
#ebf8bb on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebf8bb on black: 18.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green97.3%
Blue73.3%
CMYK percentages
Cyan5.2%
Magenta0.0%
Yellow24.6%
Key (black)2.7%
Color previews
#ebf8bb text on a black background
contrast 18.68:1
Card sample
#ebf8bb text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebf8bb;
Background color
Panel with #ebf8bb background
background-color: #ebf8bb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebf8bb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 248, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 248, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebf8bb; background: linear-gradient(135deg, #ebf8bb, #C2F8BB);