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