#c2f4d4
a pale, vivid green · cool · closest name: beige
RGB
194, 244, 212
HSL
142°, 69%, 86%
CMYK
21, 0, 13, 4
Luminance
0.8092
Every format
| HEX | #c2f4d4 |
| RGB | rgb(194, 244, 212) |
| HSL | hsl(142, 69%, 86%) |
| CMYK | cmyk(21%, 0%, 13%, 4%) |
| LAB | lab(92.1 -22.1 10.2) |
| LCH | lch(92.1 24.4 155.2) |
| OKLCH | oklch(0.924 0.067 156.8) |
Copy-ready code
/* CSS */
color: #c2f4d4;
background-color: #c2f4d4;
/* Tailwind (arbitrary) */
class="text-[#c2f4d4] bg-[#c2f4d4]"
/* SCSS */
$brand: #c2f4d4;
/* SwiftUI */
Color(red: 0.761, green: 0.957, blue: 0.831)
/* Android */
Color.parseColor("#c2f4d4")Accessibility — WCAG contrast
Aa
#c2f4d4 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2f4d4 on black: 17.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green95.7%
Blue83.1%
CMYK percentages
Cyan20.5%
Magenta0.0%
Yellow13.1%
Key (black)4.3%
Color previews
#c2f4d4 text on a black background
contrast 17.18:1
Card sample
#c2f4d4 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2f4d4;
Background color
Panel with #c2f4d4 background
background-color: #c2f4d4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2f4d4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 244, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 244, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2f4d4; background: linear-gradient(135deg, #c2f4d4, #C2F3F4);