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