#c5f2c2
a pale, vivid green · cool · closest name: beige
RGB
197, 242, 194
HSL
116°, 65%, 86%
CMYK
19, 0, 20, 5
Luminance
0.7927
Every format
| HEX | #c5f2c2 |
| RGB | rgb(197, 242, 194) |
| HSL | hsl(116, 65%, 86%) |
| CMYK | cmyk(19%, 0%, 20%, 5%) |
| LAB | lab(91.4 -23.3 18.5) |
| LCH | lch(91.4 29.8 141.6) |
| OKLCH | oklch(0.917 0.079 143.3) |
Copy-ready code
/* CSS */
color: #c5f2c2;
background-color: #c5f2c2;
/* Tailwind (arbitrary) */
class="text-[#c5f2c2] bg-[#c5f2c2]"
/* SCSS */
$brand: #c5f2c2;
/* SwiftUI */
Color(red: 0.773, green: 0.949, blue: 0.761)
/* Android */
Color.parseColor("#c5f2c2")Accessibility — WCAG contrast
Aa
#c5f2c2 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5f2c2 on black: 16.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green94.9%
Blue76.1%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow19.8%
Key (black)5.1%
Color previews
#c5f2c2 text on a black background
contrast 16.85:1
Card sample
#c5f2c2 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5f2c2;
Background color
Panel with #c5f2c2 background
background-color: #c5f2c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5f2c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 242, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 242, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5f2c2; background: linear-gradient(135deg, #c5f2c2, #C2F2DF);