#7cfbdf
a light, electric cyan · cool · closest name: aquamarine
RGB
124, 251, 223
HSL
167°, 94%, 74%
CMYK
51, 0, 11, 2
Luminance
0.7861
Every format
| HEX | #7cfbdf |
| RGB | rgb(124, 251, 223) |
| HSL | hsl(167, 94%, 74%) |
| CMYK | cmyk(51%, 0%, 11%, 2%) |
| LAB | lab(91.0 -42.0 2.6) |
| LCH | lch(91.0 42.0 176.5) |
| OKLCH | oklch(0.908 0.121 177.0) |
Copy-ready code
/* CSS */
color: #7cfbdf;
background-color: #7cfbdf;
/* Tailwind (arbitrary) */
class="text-[#7cfbdf] bg-[#7cfbdf]"
/* SCSS */
$brand: #7cfbdf;
/* SwiftUI */
Color(red: 0.486, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#7cfbdf")Accessibility — WCAG contrast
Aa
#7cfbdf on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cfbdf on black: 16.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green98.4%
Blue87.5%
CMYK percentages
Cyan50.6%
Magenta0.0%
Yellow11.2%
Key (black)1.6%
Color previews
#7cfbdf text on a black background
contrast 16.72:1
Card sample
#7cfbdf text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cfbdf;
Background color
Panel with #7cfbdf background
background-color: #7cfbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cfbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cfbdf; background: linear-gradient(135deg, #7cfbdf, #7CC2FB);