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