#c2deca
a light, soft green · cool · closest name: beige
RGB
194, 222, 202
HSL
137°, 30%, 82%
CMYK
13, 0, 9, 13
Luminance
0.6798
Every format
| HEX | #c2deca |
| RGB | rgb(194, 222, 202) |
| HSL | hsl(137, 30%, 82%) |
| CMYK | cmyk(13%, 0%, 9%, 13%) |
| LAB | lab(86.0 -13.0 6.7) |
| LCH | lch(86.0 14.7 152.8) |
| OKLCH | oklch(0.875 0.040 154.4) |
Copy-ready code
/* CSS */
color: #c2deca;
background-color: #c2deca;
/* Tailwind (arbitrary) */
class="text-[#c2deca] bg-[#c2deca]"
/* SCSS */
$brand: #c2deca;
/* SwiftUI */
Color(red: 0.761, green: 0.871, blue: 0.792)
/* Android */
Color.parseColor("#c2deca")Accessibility — WCAG contrast
Aa
#c2deca on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2deca on black: 14.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green87.1%
Blue79.2%
CMYK percentages
Cyan12.6%
Magenta0.0%
Yellow9.0%
Key (black)12.9%
Color previews
#c2deca text on a black background
contrast 14.60:1
Card sample
#c2deca text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2deca;
Background color
Panel with #c2deca background
background-color: #c2deca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2deca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 222, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 222, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2deca; background: linear-gradient(135deg, #c2deca, #C2DEDD);