#7feabc
a light, vivid green · cool · closest name: aquamarine
RGB
127, 234, 188
HSL
154°, 72%, 71%
CMYK
46, 0, 20, 8
Luminance
0.6699
Every format
| HEX | #7feabc |
| RGB | rgb(127, 234, 188) |
| HSL | hsl(154, 72%, 71%) |
| CMYK | cmyk(46%, 0%, 20%, 8%) |
| LAB | lab(85.5 -41.4 12.9) |
| LCH | lch(85.5 43.4 162.7) |
| OKLCH | oklch(0.860 0.120 164.0) |
Copy-ready code
/* CSS */
color: #7feabc;
background-color: #7feabc;
/* Tailwind (arbitrary) */
class="text-[#7feabc] bg-[#7feabc]"
/* SCSS */
$brand: #7feabc;
/* SwiftUI */
Color(red: 0.498, green: 0.918, blue: 0.737)
/* Android */
Color.parseColor("#7feabc")Accessibility — WCAG contrast
Aa
#7feabc on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7feabc on black: 14.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green91.8%
Blue73.7%
CMYK percentages
Cyan45.7%
Magenta0.0%
Yellow19.7%
Key (black)8.2%
Color previews
#7feabc text on a black background
contrast 14.40:1
Card sample
#7feabc text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7feabc;
Background color
Panel with #7feabc background
background-color: #7feabc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7feabc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 234, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 234, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7feabc; background: linear-gradient(135deg, #7feabc, #7FD1EA);