#c0fff8
a pale, electric cyan · cool · closest name: ivory
RGB
192, 255, 248
HSL
173°, 100%, 88%
CMYK
25, 0, 3, 0
Luminance
0.8950
Every format
| HEX | #c0fff8 |
| RGB | rgb(192, 255, 248) |
| HSL | hsl(173, 100%, 88%) |
| CMYK | cmyk(25%, 0%, 3%, 0%) |
| LAB | lab(95.8 -21.0 -3.0) |
| LCH | lch(95.8 21.2 188.2) |
| OKLCH | oklch(0.956 0.064 187.7) |
Copy-ready code
/* CSS */
color: #c0fff8;
background-color: #c0fff8;
/* Tailwind (arbitrary) */
class="text-[#c0fff8] bg-[#c0fff8]"
/* SCSS */
$brand: #c0fff8;
/* SwiftUI */
Color(red: 0.753, green: 1.000, blue: 0.973)
/* Android */
Color.parseColor("#c0fff8")Accessibility — WCAG contrast
Aa
#c0fff8 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0fff8 on black: 18.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green100.0%
Blue97.3%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow2.7%
Key (black)0.0%
Color previews
#c0fff8 text on a black background
contrast 18.90:1
Card sample
#c0fff8 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0fff8;
Background color
Panel with #c0fff8 background
background-color: #c0fff8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0fff8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 255, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 255, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0fff8; background: linear-gradient(135deg, #c0fff8, #C0DCFF);