#c7fefd
a pale, electric cyan · cool · closest name: white
RGB
199, 254, 253
HSL
179°, 97%, 89%
CMYK
22, 0, 0, 0
Luminance
0.9012
Every format
| HEX | #c7fefd |
| RGB | rgb(199, 254, 253) |
| HSL | hsl(179, 97%, 89%) |
| CMYK | cmyk(22%, 0%, 0%, 0%) |
| LAB | lab(96.0 -17.4 -5.2) |
| LCH | lch(96.0 18.2 196.6) |
| OKLCH | oklch(0.959 0.055 194.9) |
Copy-ready code
/* CSS */
color: #c7fefd;
background-color: #c7fefd;
/* Tailwind (arbitrary) */
class="text-[#c7fefd] bg-[#c7fefd]"
/* SCSS */
$brand: #c7fefd;
/* SwiftUI */
Color(red: 0.780, green: 0.996, blue: 0.992)
/* Android */
Color.parseColor("#c7fefd")Accessibility — WCAG contrast
Aa
#c7fefd on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7fefd on black: 19.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green99.6%
Blue99.2%
CMYK percentages
Cyan21.7%
Magenta0.0%
Yellow0.4%
Key (black)0.4%
Color previews
#c7fefd text on a black background
contrast 19.02:1
Card sample
#c7fefd text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7fefd;
Background color
Panel with #c7fefd background
background-color: #c7fefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7fefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 254, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 254, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7fefd; background: linear-gradient(135deg, #c7fefd, #C7DAFE);