#7ff5da
a light, electric cyan · cool · closest name: aquamarine
RGB
127, 245, 218
HSL
166°, 86%, 73%
CMYK
48, 0, 11, 4
Luminance
0.7488
Every format
| HEX | #7ff5da |
| RGB | rgb(127, 245, 218) |
| HSL | hsl(166, 86%, 73%) |
| CMYK | cmyk(48%, 0%, 11%, 4%) |
| LAB | lab(89.3 -39.8 2.7) |
| LCH | lch(89.3 39.9 176.1) |
| OKLCH | oklch(0.894 0.115 176.7) |
Copy-ready code
/* CSS */
color: #7ff5da;
background-color: #7ff5da;
/* Tailwind (arbitrary) */
class="text-[#7ff5da] bg-[#7ff5da]"
/* SCSS */
$brand: #7ff5da;
/* SwiftUI */
Color(red: 0.498, green: 0.961, blue: 0.855)
/* Android */
Color.parseColor("#7ff5da")Accessibility — WCAG contrast
Aa
#7ff5da on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ff5da on black: 15.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green96.1%
Blue85.5%
CMYK percentages
Cyan48.2%
Magenta0.0%
Yellow11.0%
Key (black)3.9%
Color previews
#7ff5da text on a black background
contrast 15.98:1
Card sample
#7ff5da text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ff5da;
Background color
Panel with #7ff5da background
background-color: #7ff5da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ff5da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 245, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 245, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ff5da; background: linear-gradient(135deg, #7ff5da, #7FC1F5);