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