#c2dfcf
a light, soft green · cool · closest name: beige
RGB
194, 223, 207
HSL
147°, 31%, 82%
CMYK
13, 0, 7, 13
Luminance
0.6875
Every format
| HEX | #c2dfcf |
| RGB | rgb(194, 223, 207) |
| HSL | hsl(147, 31%, 82%) |
| CMYK | cmyk(13%, 0%, 7%, 13%) |
| LAB | lab(86.4 -12.6 4.6) |
| LCH | lch(86.4 13.4 159.9) |
| OKLCH | oklch(0.878 0.038 161.4) |
Copy-ready code
/* CSS */
color: #c2dfcf;
background-color: #c2dfcf;
/* Tailwind (arbitrary) */
class="text-[#c2dfcf] bg-[#c2dfcf]"
/* SCSS */
$brand: #c2dfcf;
/* SwiftUI */
Color(red: 0.761, green: 0.875, blue: 0.812)
/* Android */
Color.parseColor("#c2dfcf")Accessibility — WCAG contrast
Aa
#c2dfcf on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2dfcf on black: 14.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green87.5%
Blue81.2%
CMYK percentages
Cyan13.0%
Magenta0.0%
Yellow7.2%
Key (black)12.5%
Color previews
#c2dfcf text on a black background
contrast 14.75:1
Card sample
#c2dfcf text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2dfcf;
Background color
Panel with #c2dfcf background
background-color: #c2dfcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2dfcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 223, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 223, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2dfcf; background: linear-gradient(135deg, #c2dfcf, #C2DCDF);