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