#7ffcff
a light, electric cyan · cool · closest name: cyan
RGB
127, 252, 255
HSL
181°, 100%, 75%
CMYK
50, 1, 0, 0
Luminance
0.8135
Every format
| HEX | #7ffcff |
| RGB | rgb(127, 252, 255) |
| HSL | hsl(181, 100%, 75%) |
| CMYK | cmyk(50%, 1%, 0%, 0%) |
| LAB | lab(92.3 -34.0 -12.2) |
| LCH | lch(92.3 36.1 199.7) |
| OKLCH | oklch(0.921 0.112 197.5) |
Copy-ready code
/* CSS */
color: #7ffcff;
background-color: #7ffcff;
/* Tailwind (arbitrary) */
class="text-[#7ffcff] bg-[#7ffcff]"
/* SCSS */
$brand: #7ffcff;
/* SwiftUI */
Color(red: 0.498, green: 0.988, blue: 1.000)
/* Android */
Color.parseColor("#7ffcff")Accessibility — WCAG contrast
Aa
#7ffcff on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ffcff on black: 17.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green98.8%
Blue100.0%
CMYK percentages
Cyan50.2%
Magenta1.2%
Yellow0.0%
Key (black)0.0%
Color previews
#7ffcff text on a black background
contrast 17.27:1
Card sample
#7ffcff text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ffcff;
Background color
Panel with #7ffcff background
background-color: #7ffcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ffcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 252, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 252, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ffcff; background: linear-gradient(135deg, #7ffcff, #7FA7FF);