#c2f4cb
a pale, vivid green · cool · closest name: beige
RGB
194, 244, 203
HSL
131°, 69%, 86%
CMYK
21, 0, 17, 4
Luminance
0.8048
Every format
| HEX | #c2f4cb |
| RGB | rgb(194, 244, 203) |
| HSL | hsl(131, 69%, 86%) |
| CMYK | cmyk(21%, 0%, 17%, 4%) |
| LAB | lab(91.9 -23.7 14.6) |
| LCH | lch(91.9 27.9 148.4) |
| OKLCH | oklch(0.922 0.075 150.1) |
Copy-ready code
/* CSS */
color: #c2f4cb;
background-color: #c2f4cb;
/* Tailwind (arbitrary) */
class="text-[#c2f4cb] bg-[#c2f4cb]"
/* SCSS */
$brand: #c2f4cb;
/* SwiftUI */
Color(red: 0.761, green: 0.957, blue: 0.796)
/* Android */
Color.parseColor("#c2f4cb")Accessibility — WCAG contrast
Aa
#c2f4cb on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2f4cb on black: 17.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green95.7%
Blue79.6%
CMYK percentages
Cyan20.5%
Magenta0.0%
Yellow16.8%
Key (black)4.3%
Color previews
#c2f4cb text on a black background
contrast 17.10:1
Card sample
#c2f4cb text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2f4cb;
Background color
Panel with #c2f4cb background
background-color: #c2f4cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2f4cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 244, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 244, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2f4cb; background: linear-gradient(135deg, #c2f4cb, #C2F4EC);