#7febbc
a light, vivid green · cool · closest name: aquamarine
RGB
127, 235, 188
HSL
154°, 73%, 71%
CMYK
46, 0, 20, 8
Luminance
0.6756
Every format
| HEX | #7febbc |
| RGB | rgb(127, 235, 188) |
| HSL | hsl(154, 73%, 71%) |
| CMYK | cmyk(46%, 0%, 20%, 8%) |
| LAB | lab(85.8 -41.8 13.3) |
| LCH | lch(85.8 43.9 162.4) |
| OKLCH | oklch(0.863 0.121 163.7) |
Copy-ready code
/* CSS */
color: #7febbc;
background-color: #7febbc;
/* Tailwind (arbitrary) */
class="text-[#7febbc] bg-[#7febbc]"
/* SCSS */
$brand: #7febbc;
/* SwiftUI */
Color(red: 0.498, green: 0.922, blue: 0.737)
/* Android */
Color.parseColor("#7febbc")Accessibility — WCAG contrast
Aa
#7febbc on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7febbc on black: 14.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green92.2%
Blue73.7%
CMYK percentages
Cyan46.0%
Magenta0.0%
Yellow20.0%
Key (black)7.8%
Color previews
#7febbc text on a black background
contrast 14.51:1
Card sample
#7febbc text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7febbc;
Background color
Panel with #7febbc background
background-color: #7febbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7febbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 235, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 235, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7febbc; background: linear-gradient(135deg, #7febbc, #7FD2EB);