#ebfcd0
a pale, electric green · cool · closest name: beige
RGB
235, 252, 208
HSL
83°, 88%, 90%
CMYK
7, 0, 18, 1
Luminance
0.9184
Every format
| HEX | #ebfcd0 |
| RGB | rgb(235, 252, 208) |
| HSL | hsl(83, 88%, 90%) |
| CMYK | cmyk(7%, 0%, 18%, 1%) |
| LAB | lab(96.8 -13.0 19.2) |
| LCH | lch(96.8 23.2 124.1) |
| OKLCH | oklch(0.967 0.060 124.7) |
Copy-ready code
/* CSS */
color: #ebfcd0;
background-color: #ebfcd0;
/* Tailwind (arbitrary) */
class="text-[#ebfcd0] bg-[#ebfcd0]"
/* SCSS */
$brand: #ebfcd0;
/* SwiftUI */
Color(red: 0.922, green: 0.988, blue: 0.816)
/* Android */
Color.parseColor("#ebfcd0")Accessibility — WCAG contrast
Aa
#ebfcd0 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfcd0 on black: 19.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.8%
Blue81.6%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow17.5%
Key (black)1.2%
Color previews
#ebfcd0 text on a black background
contrast 19.37:1
Card sample
#ebfcd0 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfcd0;
Background color
Panel with #ebfcd0 background
background-color: #ebfcd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfcd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 252, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 252, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfcd0; background: linear-gradient(135deg, #ebfcd0, #D0FCD2);