#c2dceb
a light, vivid blue · cool · closest name: lavender
RGB
194, 220, 235
HSL
202°, 51%, 84%
CMYK
17, 6, 0, 8
Luminance
0.6865
Every format
| HEX | #c2dceb |
| RGB | rgb(194, 220, 235) |
| HSL | hsl(202, 51%, 84%) |
| CMYK | cmyk(17%, 6%, 0%, 8%) |
| LAB | lab(86.3 -5.5 -10.2) |
| LCH | lch(86.3 11.6 241.6) |
| OKLCH | oklch(0.880 0.035 233.1) |
Copy-ready code
/* CSS */
color: #c2dceb;
background-color: #c2dceb;
/* Tailwind (arbitrary) */
class="text-[#c2dceb] bg-[#c2dceb]"
/* SCSS */
$brand: #c2dceb;
/* SwiftUI */
Color(red: 0.761, green: 0.863, blue: 0.922)
/* Android */
Color.parseColor("#c2dceb")Accessibility — WCAG contrast
Aa
#c2dceb on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2dceb on black: 14.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green86.3%
Blue92.2%
CMYK percentages
Cyan17.4%
Magenta6.4%
Yellow0.0%
Key (black)7.8%
Color previews
#c2dceb text on a black background
contrast 14.73:1
Card sample
#c2dceb text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2dceb;
Background color
Panel with #c2dceb background
background-color: #c2dceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2dceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 220, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 220, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2dceb; background: linear-gradient(135deg, #c2dceb, #C3C2EB);