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