#c0d2db
a light, soft blue · cool · closest name: silver
RGB
192, 210, 219
HSL
200°, 27%, 81%
CMYK
12, 4, 0, 14
Luminance
0.6241
Every format
| HEX | #c0d2db |
| RGB | rgb(192, 210, 219) |
| HSL | hsl(200, 27%, 81%) |
| CMYK | cmyk(12%, 4%, 0%, 14%) |
| LAB | lab(83.1 -4.3 -6.5) |
| LCH | lch(83.1 7.8 236.9) |
| OKLCH | oklch(0.853 0.023 229.1) |
Copy-ready code
/* CSS */
color: #c0d2db;
background-color: #c0d2db;
/* Tailwind (arbitrary) */
class="text-[#c0d2db] bg-[#c0d2db]"
/* SCSS */
$brand: #c0d2db;
/* SwiftUI */
Color(red: 0.753, green: 0.824, blue: 0.859)
/* Android */
Color.parseColor("#c0d2db")Accessibility — WCAG contrast
Aa
#c0d2db on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0d2db on black: 13.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green82.4%
Blue85.9%
CMYK percentages
Cyan12.3%
Magenta4.1%
Yellow0.0%
Key (black)14.1%
Color previews
#c0d2db text on a black background
contrast 13.48:1
Card sample
#c0d2db text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0d2db;
Background color
Panel with #c0d2db background
background-color: #c0d2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0d2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 210, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 210, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0d2db; background: linear-gradient(135deg, #c0d2db, #C0C0DB);