#c0dfeb
a light, vivid cyan · cool · closest name: lavender
RGB
192, 223, 235
HSL
197°, 52%, 84%
CMYK
18, 5, 0, 8
Luminance
0.6998
Every format
| HEX | #c0dfeb |
| RGB | rgb(192, 223, 235) |
| HSL | hsl(197, 52%, 84%) |
| CMYK | cmyk(18%, 5%, 0%, 8%) |
| LAB | lab(87.0 -7.7 -9.3) |
| LCH | lch(87.0 12.0 230.4) |
| OKLCH | oklch(0.885 0.037 223.2) |
Copy-ready code
/* CSS */
color: #c0dfeb;
background-color: #c0dfeb;
/* Tailwind (arbitrary) */
class="text-[#c0dfeb] bg-[#c0dfeb]"
/* SCSS */
$brand: #c0dfeb;
/* SwiftUI */
Color(red: 0.753, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#c0dfeb")Accessibility — WCAG contrast
Aa
#c0dfeb on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0dfeb on black: 15.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green87.5%
Blue92.2%
CMYK percentages
Cyan18.3%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#c0dfeb text on a black background
contrast 15.00:1
Card sample
#c0dfeb text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0dfeb;
Background color
Panel with #c0dfeb background
background-color: #c0dfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0dfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0dfeb; background: linear-gradient(135deg, #c0dfeb, #C0C2EB);