#c3dfd9
a light, soft cyan · cool · closest name: silver
RGB
195, 223, 217
HSL
167°, 30%, 82%
CMYK
13, 0, 3, 13
Luminance
0.6939
Every format
| HEX | #c3dfd9 |
| RGB | rgb(195, 223, 217) |
| HSL | hsl(167, 30%, 82%) |
| CMYK | cmyk(13%, 0%, 3%, 13%) |
| LAB | lab(86.7 -10.4 -0.2) |
| LCH | lch(86.7 10.4 181.0) |
| OKLCH | oklch(0.881 0.031 181.2) |
Copy-ready code
/* CSS */
color: #c3dfd9;
background-color: #c3dfd9;
/* Tailwind (arbitrary) */
class="text-[#c3dfd9] bg-[#c3dfd9]"
/* SCSS */
$brand: #c3dfd9;
/* SwiftUI */
Color(red: 0.765, green: 0.875, blue: 0.851)
/* Android */
Color.parseColor("#c3dfd9")Accessibility — WCAG contrast
Aa
#c3dfd9 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3dfd9 on black: 14.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green87.5%
Blue85.1%
CMYK percentages
Cyan12.6%
Magenta0.0%
Yellow2.7%
Key (black)12.5%
Color previews
#c3dfd9 text on a black background
contrast 14.88:1
Card sample
#c3dfd9 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3dfd9;
Background color
Panel with #c3dfd9 background
background-color: #c3dfd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3dfd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 223, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 223, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3dfd9; background: linear-gradient(135deg, #c3dfd9, #C3D2DF);