#c2eefd
a pale, electric cyan · cool · closest name: lavender
RGB
194, 238, 253
HSL
195°, 94%, 88%
CMYK
23, 6, 0, 1
Luminance
0.7971
Every format
| HEX | #c2eefd |
| RGB | rgb(194, 238, 253) |
| HSL | hsl(195, 94%, 88%) |
| CMYK | cmyk(23%, 6%, 0%, 1%) |
| LAB | lab(91.5 -10.9 -11.9) |
| LCH | lch(91.5 16.1 227.5) |
| OKLCH | oklch(0.923 0.050 220.6) |
Copy-ready code
/* CSS */
color: #c2eefd;
background-color: #c2eefd;
/* Tailwind (arbitrary) */
class="text-[#c2eefd] bg-[#c2eefd]"
/* SCSS */
$brand: #c2eefd;
/* SwiftUI */
Color(red: 0.761, green: 0.933, blue: 0.992)
/* Android */
Color.parseColor("#c2eefd")Accessibility — WCAG contrast
Aa
#c2eefd on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2eefd on black: 16.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green93.3%
Blue99.2%
CMYK percentages
Cyan23.3%
Magenta5.9%
Yellow0.0%
Key (black)0.8%
Color previews
#c2eefd text on a black background
contrast 16.94:1
Card sample
#c2eefd text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2eefd;
Background color
Panel with #c2eefd background
background-color: #c2eefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2eefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 238, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 238, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2eefd; background: linear-gradient(135deg, #c2eefd, #C2C6FD);