#c2c8da
a light, soft blue · warm · closest name: silver
RGB
194, 200, 218
HSL
225°, 25%, 81%
CMYK
11, 8, 0, 15
Luminance
0.5784
Every format
| HEX | #c2c8da |
| RGB | rgb(194, 200, 218) |
| HSL | hsl(225, 25%, 81%) |
| CMYK | cmyk(11%, 8%, 0%, 15%) |
| LAB | lab(80.7 1.5 -9.6) |
| LCH | lch(80.7 9.8 278.6) |
| OKLCH | oklch(0.834 0.026 271.1) |
Copy-ready code
/* CSS */
color: #c2c8da;
background-color: #c2c8da;
/* Tailwind (arbitrary) */
class="text-[#c2c8da] bg-[#c2c8da]"
/* SCSS */
$brand: #c2c8da;
/* SwiftUI */
Color(red: 0.761, green: 0.784, blue: 0.855)
/* Android */
Color.parseColor("#c2c8da")Accessibility — WCAG contrast
Aa
#c2c8da on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2c8da on black: 12.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green78.4%
Blue85.5%
CMYK percentages
Cyan11.0%
Magenta8.3%
Yellow0.0%
Key (black)14.5%
Color previews
#c2c8da text on a black background
contrast 12.57:1
Card sample
#c2c8da text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2c8da;
Background color
Panel with #c2c8da background
background-color: #c2c8da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2c8da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 200, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 200, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2c8da; background: linear-gradient(135deg, #c2c8da, #CCC2DA);