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