#c8fdff
a pale, electric cyan · cool · closest name: white
RGB
200, 253, 255
HSL
182°, 100%, 89%
CMYK
22, 1, 0, 0
Luminance
0.8975
Every format
| HEX | #c8fdff |
| RGB | rgb(200, 253, 255) |
| HSL | hsl(182, 100%, 89%) |
| CMYK | cmyk(22%, 1%, 0%, 0%) |
| LAB | lab(95.9 -16.2 -6.5) |
| LCH | lch(95.9 17.4 201.7) |
| OKLCH | oklch(0.959 0.054 199.2) |
Copy-ready code
/* CSS */
color: #c8fdff;
background-color: #c8fdff;
/* Tailwind (arbitrary) */
class="text-[#c8fdff] bg-[#c8fdff]"
/* SCSS */
$brand: #c8fdff;
/* SwiftUI */
Color(red: 0.784, green: 0.992, blue: 1.000)
/* Android */
Color.parseColor("#c8fdff")Accessibility — WCAG contrast
Aa
#c8fdff on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8fdff on black: 18.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green99.2%
Blue100.0%
CMYK percentages
Cyan21.6%
Magenta0.8%
Yellow0.0%
Key (black)0.0%
Color previews
#c8fdff text on a black background
contrast 18.95:1
Card sample
#c8fdff text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8fdff;
Background color
Panel with #c8fdff background
background-color: #c8fdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8fdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 253, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 253, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8fdff; background: linear-gradient(135deg, #c8fdff, #C8D8FF);