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