#c5eccd
a light, vivid green · cool · closest name: beige
RGB
197, 236, 205
HSL
132°, 51%, 85%
CMYK
17, 0, 13, 8
Luminance
0.7627
Every format
| HEX | #c5eccd |
| RGB | rgb(197, 236, 205) |
| HSL | hsl(132, 51%, 85%) |
| CMYK | cmyk(17%, 0%, 13%, 8%) |
| LAB | lab(90.0 -18.5 10.9) |
| LCH | lch(90.0 21.4 149.6) |
| OKLCH | oklch(0.907 0.058 151.2) |
Copy-ready code
/* CSS */
color: #c5eccd;
background-color: #c5eccd;
/* Tailwind (arbitrary) */
class="text-[#c5eccd] bg-[#c5eccd]"
/* SCSS */
$brand: #c5eccd;
/* SwiftUI */
Color(red: 0.773, green: 0.925, blue: 0.804)
/* Android */
Color.parseColor("#c5eccd")Accessibility — WCAG contrast
Aa
#c5eccd on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5eccd on black: 16.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green92.5%
Blue80.4%
CMYK percentages
Cyan16.5%
Magenta0.0%
Yellow13.1%
Key (black)7.5%
Color previews
#c5eccd text on a black background
contrast 16.25:1
Card sample
#c5eccd text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5eccd;
Background color
Panel with #c5eccd background
background-color: #c5eccd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5eccd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 236, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 236, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5eccd; background: linear-gradient(135deg, #c5eccd, #C5ECE7);