#c2dffd
a pale, electric blue · cool · closest name: lavender
RGB
194, 223, 253
HSL
211°, 94%, 88%
CMYK
23, 12, 0, 1
Luminance
0.7134
Every format
| HEX | #c2dffd |
| RGB | rgb(194, 223, 253) |
| HSL | hsl(211, 94%, 88%) |
| CMYK | cmyk(23%, 12%, 0%, 1%) |
| LAB | lab(87.7 -3.2 -17.7) |
| LCH | lch(87.7 18.0 259.8) |
| OKLCH | oklch(0.892 0.052 249.3) |
Copy-ready code
/* CSS */
color: #c2dffd;
background-color: #c2dffd;
/* Tailwind (arbitrary) */
class="text-[#c2dffd] bg-[#c2dffd]"
/* SCSS */
$brand: #c2dffd;
/* SwiftUI */
Color(red: 0.761, green: 0.875, blue: 0.992)
/* Android */
Color.parseColor("#c2dffd")Accessibility — WCAG contrast
Aa
#c2dffd on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2dffd on black: 15.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green87.5%
Blue99.2%
CMYK percentages
Cyan23.3%
Magenta11.9%
Yellow0.0%
Key (black)0.8%
Color previews
#c2dffd text on a black background
contrast 15.27:1
Card sample
#c2dffd text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2dffd;
Background color
Panel with #c2dffd background
background-color: #c2dffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2dffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 223, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 223, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2dffd; background: linear-gradient(135deg, #c2dffd, #CCC2FD);