#c2dff1
a pale, vivid blue · cool · closest name: lavender
RGB
194, 223, 241
HSL
203°, 63%, 85%
CMYK
20, 8, 0, 6
Luminance
0.7060
Every format
| HEX | #c2dff1 |
| RGB | rgb(194, 223, 241) |
| HSL | hsl(203, 63%, 85%) |
| CMYK | cmyk(20%, 8%, 0%, 6%) |
| LAB | lab(87.3 -5.8 -12.0) |
| LCH | lch(87.3 13.3 244.1) |
| OKLCH | oklch(0.888 0.040 235.2) |
Copy-ready code
/* CSS */
color: #c2dff1;
background-color: #c2dff1;
/* Tailwind (arbitrary) */
class="text-[#c2dff1] bg-[#c2dff1]"
/* SCSS */
$brand: #c2dff1;
/* SwiftUI */
Color(red: 0.761, green: 0.875, blue: 0.945)
/* Android */
Color.parseColor("#c2dff1")Accessibility — WCAG contrast
Aa
#c2dff1 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2dff1 on black: 15.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green87.5%
Blue94.5%
CMYK percentages
Cyan19.5%
Magenta7.5%
Yellow0.0%
Key (black)5.5%
Color previews
#c2dff1 text on a black background
contrast 15.12:1
Card sample
#c2dff1 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2dff1;
Background color
Panel with #c2dff1 background
background-color: #c2dff1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2dff1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 223, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 223, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2dff1; background: linear-gradient(135deg, #c2dff1, #C4C2F1);