#c3ebda
a light, vivid green · cool · closest name: beige
RGB
195, 235, 218
HSL
155°, 50%, 84%
CMYK
17, 0, 7, 8
Luminance
0.7608
Every format
| HEX | #c3ebda |
| RGB | rgb(195, 235, 218) |
| HSL | hsl(155, 50%, 84%) |
| CMYK | cmyk(17%, 0%, 7%, 8%) |
| LAB | lab(89.9 -16.2 3.9) |
| LCH | lch(89.9 16.7 166.4) |
| OKLCH | oklch(0.907 0.048 167.6) |
Copy-ready code
/* CSS */
color: #c3ebda;
background-color: #c3ebda;
/* Tailwind (arbitrary) */
class="text-[#c3ebda] bg-[#c3ebda]"
/* SCSS */
$brand: #c3ebda;
/* SwiftUI */
Color(red: 0.765, green: 0.922, blue: 0.855)
/* Android */
Color.parseColor("#c3ebda")Accessibility — WCAG contrast
Aa
#c3ebda on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3ebda on black: 16.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green92.2%
Blue85.5%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow7.2%
Key (black)7.8%
Color previews
#c3ebda text on a black background
contrast 16.22:1
Card sample
#c3ebda text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3ebda;
Background color
Panel with #c3ebda background
background-color: #c3ebda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3ebda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 235, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 235, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3ebda; background: linear-gradient(135deg, #c3ebda, #C3E1EB);