#c4ebda
a light, vivid green · cool · closest name: beige
RGB
196, 235, 218
HSL
154°, 49%, 85%
CMYK
17, 0, 7, 8
Luminance
0.7621
Every format
| HEX | #c4ebda |
| RGB | rgb(196, 235, 218) |
| HSL | hsl(154, 49%, 85%) |
| CMYK | cmyk(17%, 0%, 7%, 8%) |
| LAB | lab(90.0 -15.9 4.0) |
| LCH | lch(90.0 16.4 165.8) |
| OKLCH | oklch(0.908 0.047 167.1) |
Copy-ready code
/* CSS */
color: #c4ebda;
background-color: #c4ebda;
/* Tailwind (arbitrary) */
class="text-[#c4ebda] bg-[#c4ebda]"
/* SCSS */
$brand: #c4ebda;
/* SwiftUI */
Color(red: 0.769, green: 0.922, blue: 0.855)
/* Android */
Color.parseColor("#c4ebda")Accessibility — WCAG contrast
Aa
#c4ebda on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4ebda on black: 16.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green92.2%
Blue85.5%
CMYK percentages
Cyan16.6%
Magenta0.0%
Yellow7.2%
Key (black)7.8%
Color previews
#c4ebda text on a black background
contrast 16.24:1
Card sample
#c4ebda text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4ebda;
Background color
Panel with #c4ebda background
background-color: #c4ebda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4ebda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 235, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 235, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4ebda; background: linear-gradient(135deg, #c4ebda, #C4E2EB);