#c2fafd
a pale, electric cyan · cool · closest name: white
RGB
194, 250, 253
HSL
183°, 94%, 88%
CMYK
23, 1, 0, 1
Luminance
0.8693
Every format
| HEX | #c2fafd |
| RGB | rgb(194, 250, 253) |
| HSL | hsl(183, 94%, 88%) |
| CMYK | cmyk(23%, 1%, 0%, 1%) |
| LAB | lab(94.7 -16.9 -7.2) |
| LCH | lch(94.7 18.4 203.1) |
| OKLCH | oklch(0.948 0.057 200.3) |
Copy-ready code
/* CSS */
color: #c2fafd;
background-color: #c2fafd;
/* Tailwind (arbitrary) */
class="text-[#c2fafd] bg-[#c2fafd]"
/* SCSS */
$brand: #c2fafd;
/* SwiftUI */
Color(red: 0.761, green: 0.980, blue: 0.992)
/* Android */
Color.parseColor("#c2fafd")Accessibility — WCAG contrast
Aa
#c2fafd on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2fafd on black: 18.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green98.0%
Blue99.2%
CMYK percentages
Cyan23.3%
Magenta1.2%
Yellow0.0%
Key (black)0.8%
Color previews
#c2fafd text on a black background
contrast 18.39:1
Card sample
#c2fafd text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2fafd;
Background color
Panel with #c2fafd background
background-color: #c2fafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2fafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 250, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 250, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2fafd; background: linear-gradient(135deg, #c2fafd, #C2D2FD);