#c2ddcf
a light, soft green · cool · closest name: silver
RGB
194, 221, 207
HSL
149°, 28%, 81%
CMYK
12, 0, 6, 13
Luminance
0.6769
Every format
| HEX | #c2ddcf |
| RGB | rgb(194, 221, 207) |
| HSL | hsl(149, 28%, 81%) |
| CMYK | cmyk(12%, 0%, 6%, 13%) |
| LAB | lab(85.8 -11.6 3.9) |
| LCH | lch(85.8 12.2 161.7) |
| OKLCH | oklch(0.874 0.035 163.1) |
Copy-ready code
/* CSS */
color: #c2ddcf;
background-color: #c2ddcf;
/* Tailwind (arbitrary) */
class="text-[#c2ddcf] bg-[#c2ddcf]"
/* SCSS */
$brand: #c2ddcf;
/* SwiftUI */
Color(red: 0.761, green: 0.867, blue: 0.812)
/* Android */
Color.parseColor("#c2ddcf")Accessibility — WCAG contrast
Aa
#c2ddcf on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2ddcf on black: 14.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green86.7%
Blue81.2%
CMYK percentages
Cyan12.2%
Magenta0.0%
Yellow6.3%
Key (black)13.3%
Color previews
#c2ddcf text on a black background
contrast 14.54:1
Card sample
#c2ddcf text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2ddcf;
Background color
Panel with #c2ddcf background
background-color: #c2ddcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2ddcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 221, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 221, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2ddcf; background: linear-gradient(135deg, #c2ddcf, #C2D9DD);