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