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