#ebfcb6
a pale, electric green · cool · closest name: khaki
RGB
235, 252, 182
HSL
75°, 92%, 85%
CMYK
7, 0, 28, 1
Luminance
0.9066
Every format
| HEX | #ebfcb6 |
| RGB | rgb(235, 252, 182) |
| HSL | hsl(75, 92%, 85%) |
| CMYK | cmyk(7%, 0%, 28%, 1%) |
| LAB | lab(96.3 -16.8 31.8) |
| LCH | lch(96.3 35.9 117.8) |
| OKLCH | oklch(0.962 0.091 119.2) |
Copy-ready code
/* CSS */
color: #ebfcb6;
background-color: #ebfcb6;
/* Tailwind (arbitrary) */
class="text-[#ebfcb6] bg-[#ebfcb6]"
/* SCSS */
$brand: #ebfcb6;
/* SwiftUI */
Color(red: 0.922, green: 0.988, blue: 0.714)
/* Android */
Color.parseColor("#ebfcb6")Accessibility — WCAG contrast
Aa
#ebfcb6 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfcb6 on black: 19.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.8%
Blue71.4%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow27.8%
Key (black)1.2%
Color previews
#ebfcb6 text on a black background
contrast 19.13:1
Card sample
#ebfcb6 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfcb6;
Background color
Panel with #ebfcb6 background
background-color: #ebfcb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfcb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 252, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 252, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfcb6; background: linear-gradient(135deg, #ebfcb6, #BCFCB6);