#c8fdfd
a pale, electric cyan · cool · closest name: white
RGB
200, 253, 253
HSL
180°, 93%, 89%
CMYK
21, 0, 0, 1
Luminance
0.8962
Every format
| HEX | #c8fdfd |
| RGB | rgb(200, 253, 253) |
| HSL | hsl(180, 93%, 89%) |
| CMYK | cmyk(21%, 0%, 0%, 1%) |
| LAB | lab(95.8 -16.6 -5.5) |
| LCH | lch(95.8 17.5 198.3) |
| OKLCH | oklch(0.958 0.053 196.3) |
Copy-ready code
/* CSS */
color: #c8fdfd;
background-color: #c8fdfd;
/* Tailwind (arbitrary) */
class="text-[#c8fdfd] bg-[#c8fdfd]"
/* SCSS */
$brand: #c8fdfd;
/* SwiftUI */
Color(red: 0.784, green: 0.992, blue: 0.992)
/* Android */
Color.parseColor("#c8fdfd")Accessibility — WCAG contrast
Aa
#c8fdfd on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8fdfd on black: 18.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green99.2%
Blue99.2%
CMYK percentages
Cyan20.9%
Magenta0.0%
Yellow0.0%
Key (black)0.8%
Color previews
#c8fdfd text on a black background
contrast 18.92:1
Card sample
#c8fdfd text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8fdfd;
Background color
Panel with #c8fdfd background
background-color: #c8fdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8fdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 253, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 253, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8fdfd; background: linear-gradient(135deg, #c8fdfd, #C8DAFD);