#7cebab
a light, vivid green · cool · closest name: aquamarine
RGB
124, 235, 171
HSL
145°, 74%, 70%
CMYK
47, 0, 27, 8
Luminance
0.6664
Every format
| HEX | #7cebab |
| RGB | rgb(124, 235, 171) |
| HSL | hsl(145, 74%, 70%) |
| CMYK | cmyk(47%, 0%, 27%, 8%) |
| LAB | lab(85.3 -46.0 21.4) |
| LCH | lch(85.3 50.7 155.0) |
| OKLCH | oklch(0.857 0.137 156.6) |
Copy-ready code
/* CSS */
color: #7cebab;
background-color: #7cebab;
/* Tailwind (arbitrary) */
class="text-[#7cebab] bg-[#7cebab]"
/* SCSS */
$brand: #7cebab;
/* SwiftUI */
Color(red: 0.486, green: 0.922, blue: 0.671)
/* Android */
Color.parseColor("#7cebab")Accessibility — WCAG contrast
Aa
#7cebab on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cebab on black: 14.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green92.2%
Blue67.1%
CMYK percentages
Cyan47.2%
Magenta0.0%
Yellow27.2%
Key (black)7.8%
Color previews
#7cebab text on a black background
contrast 14.33:1
Card sample
#7cebab text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cebab;
Background color
Panel with #7cebab background
background-color: #7cebab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cebab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 235, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 235, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cebab; background: linear-gradient(135deg, #7cebab, #7CE1EB);