#c0fcfd
a pale, electric cyan · cool · closest name: white
RGB
192, 252, 253
HSL
181°, 94%, 87%
CMYK
24, 0, 0, 1
Luminance
0.8792
Every format
| HEX | #c0fcfd |
| RGB | rgb(192, 252, 253) |
| HSL | hsl(181, 94%, 87%) |
| CMYK | cmyk(24%, 0%, 0%, 1%) |
| LAB | lab(95.1 -18.4 -6.6) |
| LCH | lch(95.1 19.6 199.7) |
| OKLCH | oklch(0.951 0.060 197.5) |
Copy-ready code
/* CSS */
color: #c0fcfd;
background-color: #c0fcfd;
/* Tailwind (arbitrary) */
class="text-[#c0fcfd] bg-[#c0fcfd]"
/* SCSS */
$brand: #c0fcfd;
/* SwiftUI */
Color(red: 0.753, green: 0.988, blue: 0.992)
/* Android */
Color.parseColor("#c0fcfd")Accessibility — WCAG contrast
Aa
#c0fcfd on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0fcfd on black: 18.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green98.8%
Blue99.2%
CMYK percentages
Cyan24.1%
Magenta0.4%
Yellow0.0%
Key (black)0.8%
Color previews
#c0fcfd text on a black background
contrast 18.58:1
Card sample
#c0fcfd text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0fcfd;
Background color
Panel with #c0fcfd background
background-color: #c0fcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0fcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 252, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 252, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0fcfd; background: linear-gradient(135deg, #c0fcfd, #C0D3FD);