#c0dbf2
a pale, vivid blue · cool · closest name: lavender
RGB
192, 219, 242
HSL
208°, 66%, 85%
CMYK
21, 10, 0, 5
Luminance
0.6828
Every format
| HEX | #c0dbf2 |
| RGB | rgb(192, 219, 242) |
| HSL | hsl(208, 66%, 85%) |
| CMYK | cmyk(21%, 10%, 0%, 5%) |
| LAB | lab(86.2 -4.1 -14.2) |
| LCH | lch(86.2 14.8 253.8) |
| OKLCH | oklch(0.879 0.043 244.0) |
Copy-ready code
/* CSS */
color: #c0dbf2;
background-color: #c0dbf2;
/* Tailwind (arbitrary) */
class="text-[#c0dbf2] bg-[#c0dbf2]"
/* SCSS */
$brand: #c0dbf2;
/* SwiftUI */
Color(red: 0.753, green: 0.859, blue: 0.949)
/* Android */
Color.parseColor("#c0dbf2")Accessibility — WCAG contrast
Aa
#c0dbf2 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0dbf2 on black: 14.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green85.9%
Blue94.9%
CMYK percentages
Cyan20.7%
Magenta9.5%
Yellow0.0%
Key (black)5.1%
Color previews
#c0dbf2 text on a black background
contrast 14.66:1
Card sample
#c0dbf2 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0dbf2;
Background color
Panel with #c0dbf2 background
background-color: #c0dbf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0dbf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 219, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 219, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0dbf2; background: linear-gradient(135deg, #c0dbf2, #C6C0F2);