#c8fcff
a pale, electric cyan · cool · closest name: white
RGB
200, 252, 255
HSL
183°, 100%, 89%
CMYK
22, 1, 0, 0
Luminance
0.8912
Every format
| HEX | #c8fcff |
| RGB | rgb(200, 252, 255) |
| HSL | hsl(183, 100%, 89%) |
| CMYK | cmyk(22%, 1%, 0%, 0%) |
| LAB | lab(95.6 -15.7 -6.8) |
| LCH | lch(95.6 17.1 203.5) |
| OKLCH | oklch(0.956 0.053 200.7) |
Copy-ready code
/* CSS */
color: #c8fcff;
background-color: #c8fcff;
/* Tailwind (arbitrary) */
class="text-[#c8fcff] bg-[#c8fcff]"
/* SCSS */
$brand: #c8fcff;
/* SwiftUI */
Color(red: 0.784, green: 0.988, blue: 1.000)
/* Android */
Color.parseColor("#c8fcff")Accessibility — WCAG contrast
Aa
#c8fcff on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8fcff on black: 18.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green98.8%
Blue100.0%
CMYK percentages
Cyan21.6%
Magenta1.2%
Yellow0.0%
Key (black)0.0%
Color previews
#c8fcff text on a black background
contrast 18.82:1
Card sample
#c8fcff text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8fcff;
Background color
Panel with #c8fcff background
background-color: #c8fcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8fcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 252, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 252, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8fcff; background: linear-gradient(135deg, #c8fcff, #C8D7FF);