#c0deee
a light, vivid blue · cool · closest name: lavender
RGB
192, 222, 238
HSL
201°, 58%, 84%
CMYK
19, 7, 0, 7
Luminance
0.6962
Every format
| HEX | #c0deee |
| RGB | rgb(192, 222, 238) |
| HSL | hsl(201, 58%, 84%) |
| CMYK | cmyk(19%, 7%, 0%, 7%) |
| LAB | lab(86.8 -6.5 -11.1) |
| LCH | lch(86.8 12.9 239.6) |
| OKLCH | oklch(0.884 0.039 231.1) |
Copy-ready code
/* CSS */
color: #c0deee;
background-color: #c0deee;
/* Tailwind (arbitrary) */
class="text-[#c0deee] bg-[#c0deee]"
/* SCSS */
$brand: #c0deee;
/* SwiftUI */
Color(red: 0.753, green: 0.871, blue: 0.933)
/* Android */
Color.parseColor("#c0deee")Accessibility — WCAG contrast
Aa
#c0deee on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0deee on black: 14.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green87.1%
Blue93.3%
CMYK percentages
Cyan19.3%
Magenta6.7%
Yellow0.0%
Key (black)6.7%
Color previews
#c0deee text on a black background
contrast 14.92:1
Card sample
#c0deee text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0deee;
Background color
Panel with #c0deee background
background-color: #c0deee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0deee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 222, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 222, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0deee; background: linear-gradient(135deg, #c0deee, #C1C0EE);