#c5e9da
a light, vivid green · cool · closest name: beige
RGB
197, 233, 218
HSL
155°, 45%, 84%
CMYK
16, 0, 6, 9
Luminance
0.7521
Every format
| HEX | #c5e9da |
| RGB | rgb(197, 233, 218) |
| HSL | hsl(155, 45%, 84%) |
| CMYK | cmyk(16%, 0%, 6%, 9%) |
| LAB | lab(89.5 -14.6 3.4) |
| LCH | lch(89.5 15.0 167.0) |
| OKLCH | oklch(0.904 0.043 168.3) |
Copy-ready code
/* CSS */
color: #c5e9da;
background-color: #c5e9da;
/* Tailwind (arbitrary) */
class="text-[#c5e9da] bg-[#c5e9da]"
/* SCSS */
$brand: #c5e9da;
/* SwiftUI */
Color(red: 0.773, green: 0.914, blue: 0.855)
/* Android */
Color.parseColor("#c5e9da")Accessibility — WCAG contrast
Aa
#c5e9da on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5e9da on black: 16.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green91.4%
Blue85.5%
CMYK percentages
Cyan15.5%
Magenta0.0%
Yellow6.4%
Key (black)8.6%
Color previews
#c5e9da text on a black background
contrast 16.04:1
Card sample
#c5e9da text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5e9da;
Background color
Panel with #c5e9da background
background-color: #c5e9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5e9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 233, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 233, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5e9da; background: linear-gradient(135deg, #c5e9da, #C5E0E9);