#c7dbda
a light, soft cyan · cool · closest name: silver
RGB
199, 219, 218
HSL
177°, 22%, 82%
CMYK
9, 0, 1, 14
Luminance
0.6787
Every format
| HEX | #c7dbda |
| RGB | rgb(199, 219, 218) |
| HSL | hsl(177, 22%, 82%) |
| CMYK | cmyk(9%, 0%, 1%, 14%) |
| LAB | lab(85.9 -6.8 -1.8) |
| LCH | lch(85.9 7.1 194.6) |
| OKLCH | oklch(0.876 0.021 193.1) |
Copy-ready code
/* CSS */
color: #c7dbda;
background-color: #c7dbda;
/* Tailwind (arbitrary) */
class="text-[#c7dbda] bg-[#c7dbda]"
/* SCSS */
$brand: #c7dbda;
/* SwiftUI */
Color(red: 0.780, green: 0.859, blue: 0.855)
/* Android */
Color.parseColor("#c7dbda")Accessibility — WCAG contrast
Aa
#c7dbda on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7dbda on black: 14.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green85.9%
Blue85.5%
CMYK percentages
Cyan9.1%
Magenta0.0%
Yellow0.5%
Key (black)14.1%
Color previews
#c7dbda text on a black background
contrast 14.57:1
Card sample
#c7dbda text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7dbda;
Background color
Panel with #c7dbda background
background-color: #c7dbda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7dbda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 219, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 219, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7dbda; background: linear-gradient(135deg, #c7dbda, #C7CFDB);