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