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