#c2d4da
a light, soft cyan · cool · closest name: silver
RGB
194, 212, 218
HSL
195°, 25%, 81%
CMYK
11, 3, 0, 15
Luminance
0.6362
Every format
| HEX | #c2d4da |
| RGB | rgb(194, 212, 218) |
| HSL | hsl(195, 25%, 81%) |
| CMYK | cmyk(11%, 3%, 0%, 15%) |
| LAB | lab(83.8 -4.8 -5.0) |
| LCH | lch(83.8 7.0 226.0) |
| OKLCH | oklch(0.858 0.021 219.7) |
Copy-ready code
/* CSS */
color: #c2d4da;
background-color: #c2d4da;
/* Tailwind (arbitrary) */
class="text-[#c2d4da] bg-[#c2d4da]"
/* SCSS */
$brand: #c2d4da;
/* SwiftUI */
Color(red: 0.761, green: 0.831, blue: 0.855)
/* Android */
Color.parseColor("#c2d4da")Accessibility — WCAG contrast
Aa
#c2d4da on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2d4da on black: 13.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green83.1%
Blue85.5%
CMYK percentages
Cyan11.0%
Magenta2.8%
Yellow0.0%
Key (black)14.5%
Color previews
#c2d4da text on a black background
contrast 13.72:1
Card sample
#c2d4da text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2d4da;
Background color
Panel with #c2d4da background
background-color: #c2d4da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2d4da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 212, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 212, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2d4da; background: linear-gradient(135deg, #c2d4da, #C2C4DA);