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