#c2deee
a light, vivid blue · cool · closest name: lavender
RGB
194, 222, 238
HSL
202°, 56%, 85%
CMYK
19, 7, 0, 7
Luminance
0.6988
Every format
| HEX | #c2deee |
| RGB | rgb(194, 222, 238) |
| HSL | hsl(202, 56%, 85%) |
| CMYK | cmyk(19%, 7%, 0%, 7%) |
| LAB | lab(86.9 -5.9 -10.9) |
| LCH | lch(86.9 12.4 241.5) |
| OKLCH | oklch(0.885 0.037 232.9) |
Copy-ready code
/* CSS */
color: #c2deee;
background-color: #c2deee;
/* Tailwind (arbitrary) */
class="text-[#c2deee] bg-[#c2deee]"
/* SCSS */
$brand: #c2deee;
/* SwiftUI */
Color(red: 0.761, green: 0.871, blue: 0.933)
/* Android */
Color.parseColor("#c2deee")Accessibility — WCAG contrast
Aa
#c2deee on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2deee on black: 14.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green87.1%
Blue93.3%
CMYK percentages
Cyan18.5%
Magenta6.7%
Yellow0.0%
Key (black)6.7%
Color previews
#c2deee text on a black background
contrast 14.98:1
Card sample
#c2deee text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2deee;
Background color
Panel with #c2deee background
background-color: #c2deee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2deee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 222, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 222, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2deee; background: linear-gradient(135deg, #c2deee, #C3C2EE);