#c3fcff
a pale, electric cyan · cool · closest name: white
RGB
195, 252, 255
HSL
183°, 100%, 88%
CMYK
24, 1, 0, 0
Luminance
0.8844
Every format
| HEX | #c3fcff |
| RGB | rgb(195, 252, 255) |
| HSL | hsl(183, 100%, 88%) |
| CMYK | cmyk(24%, 1%, 0%, 0%) |
| LAB | lab(95.3 -17.2 -7.3) |
| LCH | lch(95.3 18.6 203.0) |
| OKLCH | oklch(0.953 0.057 200.3) |
Copy-ready code
/* CSS */
color: #c3fcff;
background-color: #c3fcff;
/* Tailwind (arbitrary) */
class="text-[#c3fcff] bg-[#c3fcff]"
/* SCSS */
$brand: #c3fcff;
/* SwiftUI */
Color(red: 0.765, green: 0.988, blue: 1.000)
/* Android */
Color.parseColor("#c3fcff")Accessibility — WCAG contrast
Aa
#c3fcff on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3fcff on black: 18.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green98.8%
Blue100.0%
CMYK percentages
Cyan23.5%
Magenta1.2%
Yellow0.0%
Key (black)0.0%
Color previews
#c3fcff text on a black background
contrast 18.69:1
Card sample
#c3fcff text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3fcff;
Background color
Panel with #c3fcff background
background-color: #c3fcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3fcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 252, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 252, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3fcff; background: linear-gradient(135deg, #c3fcff, #C3D4FF);