#c2cda2
a light, soft green · cool · closest name: tan
RGB
194, 205, 162
HSL
75°, 30%, 72%
CMYK
5, 0, 21, 20
Luminance
0.5774
Every format
| HEX | #c2cda2 |
| RGB | rgb(194, 205, 162) |
| HSL | hsl(75, 30%, 72%) |
| CMYK | cmyk(5%, 0%, 21%, 20%) |
| LAB | lab(80.6 -11.1 20.2) |
| LCH | lch(80.6 23.1 118.8) |
| OKLCH | oklch(0.829 0.059 119.4) |
Copy-ready code
/* CSS */
color: #c2cda2;
background-color: #c2cda2;
/* Tailwind (arbitrary) */
class="text-[#c2cda2] bg-[#c2cda2]"
/* SCSS */
$brand: #c2cda2;
/* SwiftUI */
Color(red: 0.761, green: 0.804, blue: 0.635)
/* Android */
Color.parseColor("#c2cda2")Accessibility — WCAG contrast
Aa
#c2cda2 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2cda2 on black: 12.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green80.4%
Blue63.5%
CMYK percentages
Cyan5.4%
Magenta0.0%
Yellow21.0%
Key (black)19.6%
Color previews
#c2cda2 text on a black background
contrast 12.55:1
Card sample
#c2cda2 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2cda2;
Background color
Panel with #c2cda2 background
background-color: #c2cda2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2cda2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 205, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 205, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2cda2; background: linear-gradient(135deg, #c2cda2, #A5CDA2);