#c5f2d2
a pale, vivid green · cool · closest name: beige
RGB
197, 242, 210
HSL
137°, 63%, 86%
CMYK
19, 0, 13, 5
Luminance
0.8003
Every format
| HEX | #c5f2d2 |
| RGB | rgb(197, 242, 210) |
| HSL | hsl(137, 63%, 86%) |
| CMYK | cmyk(19%, 0%, 13%, 5%) |
| LAB | lab(91.7 -20.5 10.7) |
| LCH | lch(91.7 23.2 152.5) |
| OKLCH | oklch(0.921 0.063 154.1) |
Copy-ready code
/* CSS */
color: #c5f2d2;
background-color: #c5f2d2;
/* Tailwind (arbitrary) */
class="text-[#c5f2d2] bg-[#c5f2d2]"
/* SCSS */
$brand: #c5f2d2;
/* SwiftUI */
Color(red: 0.773, green: 0.949, blue: 0.824)
/* Android */
Color.parseColor("#c5f2d2")Accessibility — WCAG contrast
Aa
#c5f2d2 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5f2d2 on black: 17.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green94.9%
Blue82.4%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow13.2%
Key (black)5.1%
Color previews
#c5f2d2 text on a black background
contrast 17.01:1
Card sample
#c5f2d2 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5f2d2;
Background color
Panel with #c5f2d2 background
background-color: #c5f2d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5f2d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 242, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 242, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5f2d2; background: linear-gradient(135deg, #c5f2d2, #C5F2F0);