#c0dcef
a light, vivid blue · cool · closest name: lavender
RGB
192, 220, 239
HSL
204°, 60%, 85%
CMYK
20, 8, 0, 6
Luminance
0.6862
Every format
| HEX | #c0dcef |
| RGB | rgb(192, 220, 239) |
| HSL | hsl(204, 60%, 85%) |
| CMYK | cmyk(20%, 8%, 0%, 6%) |
| LAB | lab(86.3 -5.3 -12.4) |
| LCH | lch(86.3 13.5 246.9) |
| OKLCH | oklch(0.880 0.040 237.6) |
Copy-ready code
/* CSS */
color: #c0dcef;
background-color: #c0dcef;
/* Tailwind (arbitrary) */
class="text-[#c0dcef] bg-[#c0dcef]"
/* SCSS */
$brand: #c0dcef;
/* SwiftUI */
Color(red: 0.753, green: 0.863, blue: 0.937)
/* Android */
Color.parseColor("#c0dcef")Accessibility — WCAG contrast
Aa
#c0dcef on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0dcef on black: 14.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green86.3%
Blue93.7%
CMYK percentages
Cyan19.7%
Magenta7.9%
Yellow0.0%
Key (black)6.3%
Color previews
#c0dcef text on a black background
contrast 14.72:1
Card sample
#c0dcef text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0dcef;
Background color
Panel with #c0dcef background
background-color: #c0dcef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0dcef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 220, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 220, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0dcef; background: linear-gradient(135deg, #c0dcef, #C3C0EF);