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