#ebfdce
a pale, electric green · cool · closest name: beige
RGB
235, 253, 206
HSL
83°, 92%, 90%
CMYK
7, 0, 19, 1
Luminance
0.9237
Every format
| HEX | #ebfdce |
| RGB | rgb(235, 253, 206) |
| HSL | hsl(83, 92%, 90%) |
| CMYK | cmyk(7%, 0%, 19%, 1%) |
| LAB | lab(97.0 -13.8 20.6) |
| LCH | lch(97.0 24.8 123.9) |
| OKLCH | oklch(0.969 0.064 124.6) |
Copy-ready code
/* CSS */
color: #ebfdce;
background-color: #ebfdce;
/* Tailwind (arbitrary) */
class="text-[#ebfdce] bg-[#ebfdce]"
/* SCSS */
$brand: #ebfdce;
/* SwiftUI */
Color(red: 0.922, green: 0.992, blue: 0.808)
/* Android */
Color.parseColor("#ebfdce")Accessibility — WCAG contrast
Aa
#ebfdce on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfdce on black: 19.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green99.2%
Blue80.8%
CMYK percentages
Cyan7.1%
Magenta0.0%
Yellow18.6%
Key (black)0.8%
Color previews
#ebfdce text on a black background
contrast 19.47:1
Card sample
#ebfdce text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfdce;
Background color
Panel with #ebfdce background
background-color: #ebfdce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfdce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 253, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 253, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfdce; background: linear-gradient(135deg, #ebfdce, #CEFDD0);