#c5e6b0
a light, vivid green · cool · closest name: beige
RGB
197, 230, 176
HSL
97°, 52%, 80%
CMYK
14, 0, 24, 10
Luminance
0.7160
Every format
| HEX | #c5e6b0 |
| RGB | rgb(197, 230, 176) |
| HSL | hsl(97, 52%, 80%) |
| CMYK | cmyk(14%, 0%, 24%, 10%) |
| LAB | lab(87.8 -20.4 22.8) |
| LCH | lch(87.8 30.6 131.8) |
| OKLCH | oklch(0.887 0.080 133.5) |
Copy-ready code
/* CSS */
color: #c5e6b0;
background-color: #c5e6b0;
/* Tailwind (arbitrary) */
class="text-[#c5e6b0] bg-[#c5e6b0]"
/* SCSS */
$brand: #c5e6b0;
/* SwiftUI */
Color(red: 0.773, green: 0.902, blue: 0.690)
/* Android */
Color.parseColor("#c5e6b0")Accessibility — WCAG contrast
Aa
#c5e6b0 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5e6b0 on black: 15.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green90.2%
Blue69.0%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow23.5%
Key (black)9.8%
Color previews
#c5e6b0 text on a black background
contrast 15.32:1
Card sample
#c5e6b0 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5e6b0;
Background color
Panel with #c5e6b0 background
background-color: #c5e6b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5e6b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 230, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 230, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5e6b0; background: linear-gradient(135deg, #c5e6b0, #B0E6BF);