#7cefcf
a light, electric cyan · cool · closest name: aquamarine
RGB
124, 239, 207
HSL
163°, 78%, 71%
CMYK
48, 0, 13, 6
Luminance
0.7052
Every format
| HEX | #7cefcf |
| RGB | rgb(124, 239, 207) |
| HSL | hsl(163, 78%, 71%) |
| CMYK | cmyk(48%, 0%, 13%, 6%) |
| LAB | lab(87.3 -40.3 5.4) |
| LCH | lch(87.3 40.6 172.3) |
| OKLCH | oklch(0.875 0.116 173.2) |
Copy-ready code
/* CSS */
color: #7cefcf;
background-color: #7cefcf;
/* Tailwind (arbitrary) */
class="text-[#7cefcf] bg-[#7cefcf]"
/* SCSS */
$brand: #7cefcf;
/* SwiftUI */
Color(red: 0.486, green: 0.937, blue: 0.812)
/* Android */
Color.parseColor("#7cefcf")Accessibility — WCAG contrast
Aa
#7cefcf on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cefcf on black: 15.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green93.7%
Blue81.2%
CMYK percentages
Cyan48.1%
Magenta0.0%
Yellow13.4%
Key (black)6.3%
Color previews
#7cefcf text on a black background
contrast 15.10:1
Card sample
#7cefcf text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cefcf;
Background color
Panel with #7cefcf background
background-color: #7cefcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cefcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 239, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 239, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cefcf; background: linear-gradient(135deg, #7cefcf, #7CC2EF);