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