#c2dbda
a light, soft cyan · cool · closest name: silver
RGB
194, 219, 218
HSL
178°, 26%, 81%
CMYK
11, 0, 1, 14
Luminance
0.6719
Every format
| HEX | #c2dbda |
| RGB | rgb(194, 219, 218) |
| HSL | hsl(178, 26%, 81%) |
| CMYK | cmyk(11%, 0%, 1%, 14%) |
| LAB | lab(85.6 -8.5 -2.3) |
| LCH | lch(85.6 8.8 195.3) |
| OKLCH | oklch(0.873 0.027 193.7) |
Copy-ready code
/* CSS */
color: #c2dbda;
background-color: #c2dbda;
/* Tailwind (arbitrary) */
class="text-[#c2dbda] bg-[#c2dbda]"
/* SCSS */
$brand: #c2dbda;
/* SwiftUI */
Color(red: 0.761, green: 0.859, blue: 0.855)
/* Android */
Color.parseColor("#c2dbda")Accessibility — WCAG contrast
Aa
#c2dbda on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2dbda on black: 14.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green85.9%
Blue85.5%
CMYK percentages
Cyan11.4%
Magenta0.0%
Yellow0.5%
Key (black)14.1%
Color previews
#c2dbda text on a black background
contrast 14.44:1
Card sample
#c2dbda text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2dbda;
Background color
Panel with #c2dbda background
background-color: #c2dbda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2dbda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 219, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 219, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2dbda; background: linear-gradient(135deg, #c2dbda, #C2CBDB);