#ebfacc
a pale, electric green · cool · closest name: beige
RGB
235, 250, 204
HSL
80°, 82%, 89%
CMYK
6, 0, 18, 2
Luminance
0.9039
Every format
| HEX | #ebfacc |
| RGB | rgb(235, 250, 204) |
| HSL | hsl(80, 82%, 89%) |
| CMYK | cmyk(6%, 0%, 18%, 2%) |
| LAB | lab(96.2 -12.7 20.4) |
| LCH | lch(96.2 24.1 121.7) |
| OKLCH | oklch(0.962 0.062 122.2) |
Copy-ready code
/* CSS */
color: #ebfacc;
background-color: #ebfacc;
/* Tailwind (arbitrary) */
class="text-[#ebfacc] bg-[#ebfacc]"
/* SCSS */
$brand: #ebfacc;
/* SwiftUI */
Color(red: 0.922, green: 0.980, blue: 0.800)
/* Android */
Color.parseColor("#ebfacc")Accessibility — WCAG contrast
Aa
#ebfacc on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfacc on black: 19.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.0%
Blue80.0%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow18.4%
Key (black)2.0%
Color previews
#ebfacc text on a black background
contrast 19.08:1
Card sample
#ebfacc text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfacc;
Background color
Panel with #ebfacc background
background-color: #ebfacc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfacc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 250, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 250, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfacc; background: linear-gradient(135deg, #ebfacc, #CCFACC);