#c3dbd2
a light, soft green · cool · closest name: silver
RGB
195, 219, 210
HSL
158°, 25%, 81%
CMYK
11, 0, 4, 14
Luminance
0.6692
Every format
| HEX | #c3dbd2 |
| RGB | rgb(195, 219, 210) |
| HSL | hsl(158, 25%, 81%) |
| CMYK | cmyk(11%, 0%, 4%, 14%) |
| LAB | lab(85.5 -9.7 1.7) |
| LCH | lch(85.5 9.8 170.0) |
| OKLCH | oklch(0.871 0.028 171.1) |
Copy-ready code
/* CSS */
color: #c3dbd2;
background-color: #c3dbd2;
/* Tailwind (arbitrary) */
class="text-[#c3dbd2] bg-[#c3dbd2]"
/* SCSS */
$brand: #c3dbd2;
/* SwiftUI */
Color(red: 0.765, green: 0.859, blue: 0.824)
/* Android */
Color.parseColor("#c3dbd2")Accessibility — WCAG contrast
Aa
#c3dbd2 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3dbd2 on black: 14.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green85.9%
Blue82.4%
CMYK percentages
Cyan11.0%
Magenta0.0%
Yellow4.1%
Key (black)14.1%
Color previews
#c3dbd2 text on a black background
contrast 14.38:1
Card sample
#c3dbd2 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3dbd2;
Background color
Panel with #c3dbd2 background
background-color: #c3dbd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3dbd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 219, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 219, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3dbd2; background: linear-gradient(135deg, #c3dbd2, #C3D4DB);