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