#c2ecfd
a pale, electric cyan · cool · closest name: lavender
RGB
194, 236, 253
HSL
197°, 94%, 88%
CMYK
23, 7, 0, 1
Luminance
0.7855
Every format
| HEX | #c2ecfd |
| RGB | rgb(194, 236, 253) |
| HSL | hsl(197, 94%, 88%) |
| CMYK | cmyk(23%, 7%, 0%, 1%) |
| LAB | lab(91.0 -9.9 -12.7) |
| LCH | lch(91.0 16.1 232.1) |
| OKLCH | oklch(0.919 0.049 224.4) |
Copy-ready code
/* CSS */
color: #c2ecfd;
background-color: #c2ecfd;
/* Tailwind (arbitrary) */
class="text-[#c2ecfd] bg-[#c2ecfd]"
/* SCSS */
$brand: #c2ecfd;
/* SwiftUI */
Color(red: 0.761, green: 0.925, blue: 0.992)
/* Android */
Color.parseColor("#c2ecfd")Accessibility — WCAG contrast
Aa
#c2ecfd on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2ecfd on black: 16.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green92.5%
Blue99.2%
CMYK percentages
Cyan23.3%
Magenta6.7%
Yellow0.0%
Key (black)0.8%
Color previews
#c2ecfd text on a black background
contrast 16.71:1
Card sample
#c2ecfd text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2ecfd;
Background color
Panel with #c2ecfd background
background-color: #c2ecfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2ecfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 236, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 236, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2ecfd; background: linear-gradient(135deg, #c2ecfd, #C2C4FD);