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