#7cfbfe
a light, electric cyan · cool · closest name: cyan
RGB
124, 251, 254
HSL
181°, 99%, 74%
CMYK
51, 1, 0, 0
Luminance
0.8044
Every format
| HEX | #7cfbfe |
| RGB | rgb(124, 251, 254) |
| HSL | hsl(181, 99%, 74%) |
| CMYK | cmyk(51%, 1%, 0%, 0%) |
| LAB | lab(91.9 -34.4 -12.3) |
| LCH | lch(91.9 36.5 199.6) |
| OKLCH | oklch(0.917 0.113 197.4) |
Copy-ready code
/* CSS */
color: #7cfbfe;
background-color: #7cfbfe;
/* Tailwind (arbitrary) */
class="text-[#7cfbfe] bg-[#7cfbfe]"
/* SCSS */
$brand: #7cfbfe;
/* SwiftUI */
Color(red: 0.486, green: 0.984, blue: 0.996)
/* Android */
Color.parseColor("#7cfbfe")Accessibility — WCAG contrast
Aa
#7cfbfe on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cfbfe on black: 17.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green98.4%
Blue99.6%
CMYK percentages
Cyan51.2%
Magenta1.2%
Yellow0.0%
Key (black)0.4%
Color previews
#7cfbfe text on a black background
contrast 17.09:1
Card sample
#7cfbfe text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cfbfe;
Background color
Panel with #7cfbfe background
background-color: #7cfbfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cfbfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 251, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 251, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cfbfe; background: linear-gradient(135deg, #7cfbfe, #7CA4FE);