#c7fcfd
a pale, electric cyan · cool · closest name: white
RGB
199, 252, 253
HSL
181°, 93%, 89%
CMYK
21, 0, 0, 1
Luminance
0.8885
Every format
| HEX | #c7fcfd |
| RGB | rgb(199, 252, 253) |
| HSL | hsl(181, 93%, 89%) |
| CMYK | cmyk(21%, 0%, 0%, 1%) |
| LAB | lab(95.5 -16.4 -6.0) |
| LCH | lch(95.5 17.5 200.0) |
| OKLCH | oklch(0.955 0.054 197.7) |
Copy-ready code
/* CSS */
color: #c7fcfd;
background-color: #c7fcfd;
/* Tailwind (arbitrary) */
class="text-[#c7fcfd] bg-[#c7fcfd]"
/* SCSS */
$brand: #c7fcfd;
/* SwiftUI */
Color(red: 0.780, green: 0.988, blue: 0.992)
/* Android */
Color.parseColor("#c7fcfd")Accessibility — WCAG contrast
Aa
#c7fcfd on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7fcfd on black: 18.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green98.8%
Blue99.2%
CMYK percentages
Cyan21.3%
Magenta0.4%
Yellow0.0%
Key (black)0.8%
Color previews
#c7fcfd text on a black background
contrast 18.77:1
Card sample
#c7fcfd text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7fcfd;
Background color
Panel with #c7fcfd background
background-color: #c7fcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7fcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 252, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 252, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7fcfd; background: linear-gradient(135deg, #c7fcfd, #C7D8FD);