#c2ead7
a light, vivid green · cool · closest name: beige
RGB
194, 234, 215
HSL
152°, 49%, 84%
CMYK
17, 0, 8, 8
Luminance
0.7522
Every format
| HEX | #c2ead7 |
| RGB | rgb(194, 234, 215) |
| HSL | hsl(152, 49%, 84%) |
| CMYK | cmyk(17%, 0%, 8%, 8%) |
| LAB | lab(89.5 -16.6 4.9) |
| LCH | lch(89.5 17.3 163.5) |
| OKLCH | oklch(0.903 0.049 164.9) |
Copy-ready code
/* CSS */
color: #c2ead7;
background-color: #c2ead7;
/* Tailwind (arbitrary) */
class="text-[#c2ead7] bg-[#c2ead7]"
/* SCSS */
$brand: #c2ead7;
/* SwiftUI */
Color(red: 0.761, green: 0.918, blue: 0.843)
/* Android */
Color.parseColor("#c2ead7")Accessibility — WCAG contrast
Aa
#c2ead7 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2ead7 on black: 16.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green91.8%
Blue84.3%
CMYK percentages
Cyan17.1%
Magenta0.0%
Yellow8.1%
Key (black)8.2%
Color previews
#c2ead7 text on a black background
contrast 16.04:1
Card sample
#c2ead7 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2ead7;
Background color
Panel with #c2ead7 background
background-color: #c2ead7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2ead7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 234, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 234, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2ead7; background: linear-gradient(135deg, #c2ead7, #C2E2EA);