#7efaff
a light, electric cyan · cool · closest name: cyan
RGB
126, 250, 255
HSL
182°, 100%, 75%
CMYK
51, 2, 0, 0
Luminance
0.8003
Every format
| HEX | #7efaff |
| RGB | rgb(126, 250, 255) |
| HSL | hsl(182, 100%, 75%) |
| CMYK | cmyk(51%, 2%, 0%, 0%) |
| LAB | lab(91.7 -33.3 -13.1) |
| LCH | lch(91.7 35.8 201.4) |
| OKLCH | oklch(0.916 0.111 198.9) |
Copy-ready code
/* CSS */
color: #7efaff;
background-color: #7efaff;
/* Tailwind (arbitrary) */
class="text-[#7efaff] bg-[#7efaff]"
/* SCSS */
$brand: #7efaff;
/* SwiftUI */
Color(red: 0.494, green: 0.980, blue: 1.000)
/* Android */
Color.parseColor("#7efaff")Accessibility — WCAG contrast
Aa
#7efaff on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7efaff on black: 17.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green98.0%
Blue100.0%
CMYK percentages
Cyan50.6%
Magenta2.0%
Yellow0.0%
Key (black)0.0%
Color previews
#7efaff text on a black background
contrast 17.01:1
Card sample
#7efaff text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7efaff;
Background color
Panel with #7efaff background
background-color: #7efaff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7efaff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 250, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 250, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7efaff; background: linear-gradient(135deg, #7efaff, #7EA4FF);