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