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