#c2d0db
a light, soft blue · cool · closest name: silver
RGB
194, 208, 219
HSL
206°, 26%, 81%
CMYK
11, 5, 0, 14
Luminance
0.6170
Every format
| HEX | #c2d0db |
| RGB | rgb(194, 208, 219) |
| HSL | hsl(206, 26%, 81%) |
| CMYK | cmyk(11%, 5%, 0%, 14%) |
| LAB | lab(82.8 -2.6 -7.1) |
| LCH | lch(82.8 7.5 250.1) |
| OKLCH | oklch(0.850 0.022 241.4) |
Copy-ready code
/* CSS */
color: #c2d0db;
background-color: #c2d0db;
/* Tailwind (arbitrary) */
class="text-[#c2d0db] bg-[#c2d0db]"
/* SCSS */
$brand: #c2d0db;
/* SwiftUI */
Color(red: 0.761, green: 0.816, blue: 0.859)
/* Android */
Color.parseColor("#c2d0db")Accessibility — WCAG contrast
Aa
#c2d0db on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2d0db on black: 13.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green81.6%
Blue85.9%
CMYK percentages
Cyan11.4%
Magenta5.0%
Yellow0.0%
Key (black)14.1%
Color previews
#c2d0db text on a black background
contrast 13.34:1
Card sample
#c2d0db text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2d0db;
Background color
Panel with #c2d0db background
background-color: #c2d0db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2d0db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 208, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 208, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2d0db; background: linear-gradient(135deg, #c2d0db, #C5C2DB);