#c0f8ff
a pale, electric cyan · cool · closest name: skyblue
RGB
192, 248, 255
HSL
187°, 100%, 88%
CMYK
25, 3, 0, 0
Luminance
0.8556
Every format
| HEX | #c0f8ff |
| RGB | rgb(192, 248, 255) |
| HSL | hsl(187, 100%, 88%) |
| CMYK | cmyk(25%, 3%, 0%, 0%) |
| LAB | lab(94.1 -16.0 -9.1) |
| LCH | lch(94.1 18.4 209.6) |
| OKLCH | oklch(0.943 0.057 205.7) |
Copy-ready code
/* CSS */
color: #c0f8ff;
background-color: #c0f8ff;
/* Tailwind (arbitrary) */
class="text-[#c0f8ff] bg-[#c0f8ff]"
/* SCSS */
$brand: #c0f8ff;
/* SwiftUI */
Color(red: 0.753, green: 0.973, blue: 1.000)
/* Android */
Color.parseColor("#c0f8ff")Accessibility — WCAG contrast
Aa
#c0f8ff on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0f8ff on black: 18.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green97.3%
Blue100.0%
CMYK percentages
Cyan24.7%
Magenta2.7%
Yellow0.0%
Key (black)0.0%
Color previews
#c0f8ff text on a black background
contrast 18.11:1
Card sample
#c0f8ff text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0f8ff;
Background color
Panel with #c0f8ff background
background-color: #c0f8ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0f8ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 248, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 248, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0f8ff; background: linear-gradient(135deg, #c0f8ff, #C0CEFF);