#c5edc8
a pale, vivid green · cool · closest name: beige
RGB
197, 237, 200
HSL
125°, 53%, 85%
CMYK
17, 0, 16, 7
Luminance
0.7661
Every format
| HEX | #c5edc8 |
| RGB | rgb(197, 237, 200) |
| HSL | hsl(125, 53%, 85%) |
| CMYK | cmyk(17%, 0%, 16%, 7%) |
| LAB | lab(90.1 -19.9 13.7) |
| LCH | lch(90.1 24.1 145.4) |
| OKLCH | oklch(0.908 0.065 147.0) |
Copy-ready code
/* CSS */
color: #c5edc8;
background-color: #c5edc8;
/* Tailwind (arbitrary) */
class="text-[#c5edc8] bg-[#c5edc8]"
/* SCSS */
$brand: #c5edc8;
/* SwiftUI */
Color(red: 0.773, green: 0.929, blue: 0.784)
/* Android */
Color.parseColor("#c5edc8")Accessibility — WCAG contrast
Aa
#c5edc8 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5edc8 on black: 16.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green92.9%
Blue78.4%
CMYK percentages
Cyan16.9%
Magenta0.0%
Yellow15.6%
Key (black)7.1%
Color previews
#c5edc8 text on a black background
contrast 16.32:1
Card sample
#c5edc8 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5edc8;
Background color
Panel with #c5edc8 background
background-color: #c5edc8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5edc8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 237, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 237, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5edc8; background: linear-gradient(135deg, #c5edc8, #C5EDE3);