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