#c2dfaf
a light, soft green · cool · closest name: beige
RGB
194, 223, 175
HSL
96°, 43%, 78%
CMYK
13, 0, 22, 13
Luminance
0.6734
Every format
| HEX | #c2dfaf |
| RGB | rgb(194, 223, 175) |
| HSL | hsl(96, 43%, 78%) |
| CMYK | cmyk(13%, 0%, 22%, 13%) |
| LAB | lab(85.7 -18.2 20.4) |
| LCH | lch(85.7 27.3 131.7) |
| OKLCH | oklch(0.870 0.071 133.2) |
Copy-ready code
/* CSS */
color: #c2dfaf;
background-color: #c2dfaf;
/* Tailwind (arbitrary) */
class="text-[#c2dfaf] bg-[#c2dfaf]"
/* SCSS */
$brand: #c2dfaf;
/* SwiftUI */
Color(red: 0.761, green: 0.875, blue: 0.686)
/* Android */
Color.parseColor("#c2dfaf")Accessibility — WCAG contrast
Aa
#c2dfaf on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2dfaf on black: 14.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green87.5%
Blue68.6%
CMYK percentages
Cyan13.0%
Magenta0.0%
Yellow21.5%
Key (black)12.5%
Color previews
#c2dfaf text on a black background
contrast 14.47:1
Card sample
#c2dfaf text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2dfaf;
Background color
Panel with #c2dfaf background
background-color: #c2dfaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2dfaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 223, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 223, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2dfaf; background: linear-gradient(135deg, #c2dfaf, #AFDFBC);