#c2ccdf
a light, soft blue · cool · closest name: lavender
RGB
194, 204, 223
HSL
219°, 31%, 82%
CMYK
13, 9, 0, 13
Luminance
0.5998
Every format
| HEX | #c2ccdf |
| RGB | rgb(194, 204, 223) |
| HSL | hsl(219, 31%, 82%) |
| CMYK | cmyk(13%, 9%, 0%, 13%) |
| LAB | lab(81.8 0.4 -10.6) |
| LCH | lch(81.8 10.6 272.0) |
| OKLCH | oklch(0.843 0.029 263.4) |
Copy-ready code
/* CSS */
color: #c2ccdf;
background-color: #c2ccdf;
/* Tailwind (arbitrary) */
class="text-[#c2ccdf] bg-[#c2ccdf]"
/* SCSS */
$brand: #c2ccdf;
/* SwiftUI */
Color(red: 0.761, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#c2ccdf")Accessibility — WCAG contrast
Aa
#c2ccdf on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2ccdf on black: 13.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green80.0%
Blue87.5%
CMYK percentages
Cyan13.0%
Magenta8.5%
Yellow0.0%
Key (black)12.5%
Color previews
#c2ccdf text on a black background
contrast 13.00:1
Card sample
#c2ccdf text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2ccdf;
Background color
Panel with #c2ccdf background
background-color: #c2ccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2ccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2ccdf; background: linear-gradient(135deg, #c2ccdf, #CBC2DF);