#c5e2ac
a light, vivid green · cool · closest name: beige
RGB
197, 226, 172
HSL
92°, 48%, 78%
CMYK
13, 0, 24, 11
Luminance
0.6924
Every format
| HEX | #c5e2ac |
| RGB | rgb(197, 226, 172) |
| HSL | hsl(92, 48%, 78%) |
| CMYK | cmyk(13%, 0%, 24%, 11%) |
| LAB | lab(86.6 -19.1 23.3) |
| LCH | lch(86.6 30.1 129.3) |
| OKLCH | oklch(0.878 0.078 130.9) |
Copy-ready code
/* CSS */
color: #c5e2ac;
background-color: #c5e2ac;
/* Tailwind (arbitrary) */
class="text-[#c5e2ac] bg-[#c5e2ac]"
/* SCSS */
$brand: #c5e2ac;
/* SwiftUI */
Color(red: 0.773, green: 0.886, blue: 0.675)
/* Android */
Color.parseColor("#c5e2ac")Accessibility — WCAG contrast
Aa
#c5e2ac on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5e2ac on black: 14.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green88.6%
Blue67.5%
CMYK percentages
Cyan12.8%
Magenta0.0%
Yellow23.9%
Key (black)11.4%
Color previews
#c5e2ac text on a black background
contrast 14.85:1
Card sample
#c5e2ac text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5e2ac;
Background color
Panel with #c5e2ac background
background-color: #c5e2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5e2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 226, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 226, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5e2ac; background: linear-gradient(135deg, #c5e2ac, #ACE2B7);