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