#7cf4da
a light, electric cyan · cool · closest name: aquamarine
RGB
124, 244, 218
HSL
167°, 85%, 72%
CMYK
49, 0, 11, 4
Luminance
0.7405
Every format
| HEX | #7cf4da |
| RGB | rgb(124, 244, 218) |
| HSL | hsl(167, 85%, 72%) |
| CMYK | cmyk(49%, 0%, 11%, 4%) |
| LAB | lab(88.9 -40.0 2.1) |
| LCH | lch(88.9 40.0 176.9) |
| OKLCH | oklch(0.890 0.116 177.5) |
Copy-ready code
/* CSS */
color: #7cf4da;
background-color: #7cf4da;
/* Tailwind (arbitrary) */
class="text-[#7cf4da] bg-[#7cf4da]"
/* SCSS */
$brand: #7cf4da;
/* SwiftUI */
Color(red: 0.486, green: 0.957, blue: 0.855)
/* Android */
Color.parseColor("#7cf4da")Accessibility — WCAG contrast
Aa
#7cf4da on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cf4da on black: 15.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green95.7%
Blue85.5%
CMYK percentages
Cyan49.2%
Magenta0.0%
Yellow10.7%
Key (black)4.3%
Color previews
#7cf4da text on a black background
contrast 15.81:1
Card sample
#7cf4da text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cf4da;
Background color
Panel with #7cf4da background
background-color: #7cf4da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cf4da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 244, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 244, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cf4da; background: linear-gradient(135deg, #7cf4da, #7CBEF4);