#c0f2fd
a pale, electric cyan · cool · closest name: skyblue
RGB
192, 242, 253
HSL
191°, 94%, 87%
CMYK
24, 4, 0, 1
Luminance
0.8180
Every format
| HEX | #c0f2fd |
| RGB | rgb(192, 242, 253) |
| HSL | hsl(191, 94%, 87%) |
| CMYK | cmyk(24%, 4%, 0%, 1%) |
| LAB | lab(92.5 -13.5 -10.5) |
| LCH | lch(92.5 17.1 217.9) |
| OKLCH | oklch(0.930 0.053 212.6) |
Copy-ready code
/* CSS */
color: #c0f2fd;
background-color: #c0f2fd;
/* Tailwind (arbitrary) */
class="text-[#c0f2fd] bg-[#c0f2fd]"
/* SCSS */
$brand: #c0f2fd;
/* SwiftUI */
Color(red: 0.753, green: 0.949, blue: 0.992)
/* Android */
Color.parseColor("#c0f2fd")Accessibility — WCAG contrast
Aa
#c0f2fd on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0f2fd on black: 17.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green94.9%
Blue99.2%
CMYK percentages
Cyan24.1%
Magenta4.3%
Yellow0.0%
Key (black)0.8%
Color previews
#c0f2fd text on a black background
contrast 17.36:1
Card sample
#c0f2fd text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0f2fd;
Background color
Panel with #c0f2fd background
background-color: #c0f2fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0f2fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 242, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 242, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0f2fd; background: linear-gradient(135deg, #c0f2fd, #C0CAFD);