#c3fefd
a pale, electric cyan · cool · closest name: white
RGB
195, 254, 253
HSL
179°, 97%, 88%
CMYK
23, 0, 0, 0
Luminance
0.8958
Every format
| HEX | #c3fefd |
| RGB | rgb(195, 254, 253) |
| HSL | hsl(179, 97%, 88%) |
| CMYK | cmyk(23%, 0%, 0%, 0%) |
| LAB | lab(95.8 -18.6 -5.6) |
| LCH | lch(95.8 19.4 196.7) |
| OKLCH | oklch(0.957 0.059 194.9) |
Copy-ready code
/* CSS */
color: #c3fefd;
background-color: #c3fefd;
/* Tailwind (arbitrary) */
class="text-[#c3fefd] bg-[#c3fefd]"
/* SCSS */
$brand: #c3fefd;
/* SwiftUI */
Color(red: 0.765, green: 0.996, blue: 0.992)
/* Android */
Color.parseColor("#c3fefd")Accessibility — WCAG contrast
Aa
#c3fefd on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3fefd on black: 18.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green99.6%
Blue99.2%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow0.4%
Key (black)0.4%
Color previews
#c3fefd text on a black background
contrast 18.92:1
Card sample
#c3fefd text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3fefd;
Background color
Panel with #c3fefd background
background-color: #c3fefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3fefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 254, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 254, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3fefd; background: linear-gradient(135deg, #c3fefd, #C3D8FE);