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