#7ffcfd
a light, electric cyan · cool · closest name: cyan
RGB
127, 252, 253
HSL
181°, 97%, 75%
CMYK
50, 0, 0, 1
Luminance
0.8122
Every format
| HEX | #7ffcfd |
| RGB | rgb(127, 252, 253) |
| HSL | hsl(181, 97%, 75%) |
| CMYK | cmyk(50%, 0%, 0%, 1%) |
| LAB | lab(92.2 -34.5 -11.2) |
| LCH | lch(92.2 36.3 198.0) |
| OKLCH | oklch(0.920 0.112 196.1) |
Copy-ready code
/* CSS */
color: #7ffcfd;
background-color: #7ffcfd;
/* Tailwind (arbitrary) */
class="text-[#7ffcfd] bg-[#7ffcfd]"
/* SCSS */
$brand: #7ffcfd;
/* SwiftUI */
Color(red: 0.498, green: 0.988, blue: 0.992)
/* Android */
Color.parseColor("#7ffcfd")Accessibility — WCAG contrast
Aa
#7ffcfd on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ffcfd on black: 17.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green98.8%
Blue99.2%
CMYK percentages
Cyan49.8%
Magenta0.4%
Yellow0.0%
Key (black)0.8%
Color previews
#7ffcfd text on a black background
contrast 17.24:1
Card sample
#7ffcfd text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ffcfd;
Background color
Panel with #7ffcfd background
background-color: #7ffcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ffcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 252, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 252, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ffcfd; background: linear-gradient(135deg, #7ffcfd, #7FA8FD);