#c3dcd2
a light, soft green · cool · closest name: silver
RGB
195, 220, 210
HSL
156°, 26%, 81%
CMYK
11, 0, 5, 14
Luminance
0.6744
Every format
| HEX | #c3dcd2 |
| RGB | rgb(195, 220, 210) |
| HSL | hsl(156, 26%, 81%) |
| CMYK | cmyk(11%, 0%, 5%, 14%) |
| LAB | lab(85.7 -10.2 2.1) |
| LCH | lch(85.7 10.4 168.4) |
| OKLCH | oklch(0.873 0.030 169.6) |
Copy-ready code
/* CSS */
color: #c3dcd2;
background-color: #c3dcd2;
/* Tailwind (arbitrary) */
class="text-[#c3dcd2] bg-[#c3dcd2]"
/* SCSS */
$brand: #c3dcd2;
/* SwiftUI */
Color(red: 0.765, green: 0.863, blue: 0.824)
/* Android */
Color.parseColor("#c3dcd2")Accessibility — WCAG contrast
Aa
#c3dcd2 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3dcd2 on black: 14.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green86.3%
Blue82.4%
CMYK percentages
Cyan11.4%
Magenta0.0%
Yellow4.5%
Key (black)13.7%
Color previews
#c3dcd2 text on a black background
contrast 14.49:1
Card sample
#c3dcd2 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3dcd2;
Background color
Panel with #c3dcd2 background
background-color: #c3dcd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3dcd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 220, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 220, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3dcd2; background: linear-gradient(135deg, #c3dcd2, #C3D5DC);