#c2d8db
a light, soft cyan · cool · closest name: silver
RGB
194, 216, 219
HSL
187°, 26%, 81%
CMYK
11, 1, 0, 14
Luminance
0.6570
Every format
| HEX | #c2d8db |
| RGB | rgb(194, 216, 219) |
| HSL | hsl(187, 26%, 81%) |
| CMYK | cmyk(11%, 1%, 0%, 14%) |
| LAB | lab(84.8 -6.7 -4.0) |
| LCH | lch(84.8 7.8 210.6) |
| OKLCH | oklch(0.867 0.024 206.6) |
Copy-ready code
/* CSS */
color: #c2d8db;
background-color: #c2d8db;
/* Tailwind (arbitrary) */
class="text-[#c2d8db] bg-[#c2d8db]"
/* SCSS */
$brand: #c2d8db;
/* SwiftUI */
Color(red: 0.761, green: 0.847, blue: 0.859)
/* Android */
Color.parseColor("#c2d8db")Accessibility — WCAG contrast
Aa
#c2d8db on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2d8db on black: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green84.7%
Blue85.9%
CMYK percentages
Cyan11.4%
Magenta1.4%
Yellow0.0%
Key (black)14.1%
Color previews
#c2d8db text on a black background
contrast 14.14:1
Card sample
#c2d8db text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2d8db;
Background color
Panel with #c2d8db background
background-color: #c2d8db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2d8db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 216, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 216, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2d8db; background: linear-gradient(135deg, #c2d8db, #C2C7DB);