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