#c2dbcf
a light, soft green · cool · closest name: silver
RGB
194, 219, 207
HSL
151°, 26%, 81%
CMYK
11, 0, 6, 14
Luminance
0.6664
Every format
| HEX | #c2dbcf |
| RGB | rgb(194, 219, 207) |
| HSL | hsl(151, 26%, 81%) |
| CMYK | cmyk(11%, 0%, 6%, 14%) |
| LAB | lab(85.3 -10.6 3.1) |
| LCH | lch(85.3 11.0 163.8) |
| OKLCH | oklch(0.870 0.031 165.2) |
Copy-ready code
/* CSS */
color: #c2dbcf;
background-color: #c2dbcf;
/* Tailwind (arbitrary) */
class="text-[#c2dbcf] bg-[#c2dbcf]"
/* SCSS */
$brand: #c2dbcf;
/* SwiftUI */
Color(red: 0.761, green: 0.859, blue: 0.812)
/* Android */
Color.parseColor("#c2dbcf")Accessibility — WCAG contrast
Aa
#c2dbcf on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2dbcf on black: 14.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green85.9%
Blue81.2%
CMYK percentages
Cyan11.4%
Magenta0.0%
Yellow5.5%
Key (black)14.1%
Color previews
#c2dbcf text on a black background
contrast 14.33:1
Card sample
#c2dbcf text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2dbcf;
Background color
Panel with #c2dbcf background
background-color: #c2dbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2dbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 219, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 219, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2dbcf; background: linear-gradient(135deg, #c2dbcf, #C2D6DB);