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