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