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