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