#c5eed9
a pale, vivid green · cool · closest name: beige
RGB
197, 238, 217
HSL
149°, 55%, 85%
CMYK
17, 0, 9, 7
Luminance
0.7803
Every format
| HEX | #c5eed9 |
| RGB | rgb(197, 238, 217) |
| HSL | hsl(149, 55%, 85%) |
| CMYK | cmyk(17%, 0%, 9%, 7%) |
| LAB | lab(90.8 -17.3 5.8) |
| LCH | lch(90.8 18.2 161.5) |
| OKLCH | oklch(0.914 0.051 163.0) |
Copy-ready code
/* CSS */
color: #c5eed9;
background-color: #c5eed9;
/* Tailwind (arbitrary) */
class="text-[#c5eed9] bg-[#c5eed9]"
/* SCSS */
$brand: #c5eed9;
/* SwiftUI */
Color(red: 0.773, green: 0.933, blue: 0.851)
/* Android */
Color.parseColor("#c5eed9")Accessibility — WCAG contrast
Aa
#c5eed9 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5eed9 on black: 16.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green93.3%
Blue85.1%
CMYK percentages
Cyan17.2%
Magenta0.0%
Yellow8.8%
Key (black)6.7%
Color previews
#c5eed9 text on a black background
contrast 16.61:1
Card sample
#c5eed9 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5eed9;
Background color
Panel with #c5eed9 background
background-color: #c5eed9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5eed9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 238, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 238, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5eed9; background: linear-gradient(135deg, #c5eed9, #C5E8EE);