#7cebba
a light, vivid green · cool · closest name: aquamarine
RGB
124, 235, 186
HSL
154°, 74%, 70%
CMYK
47, 0, 21, 8
Luminance
0.6725
Every format
| HEX | #7cebba |
| RGB | rgb(124, 235, 186) |
| HSL | hsl(154, 74%, 70%) |
| CMYK | cmyk(47%, 0%, 21%, 8%) |
| LAB | lab(85.6 -43.0 14.1) |
| LCH | lch(85.6 45.2 161.9) |
| OKLCH | oklch(0.861 0.125 163.2) |
Copy-ready code
/* CSS */
color: #7cebba;
background-color: #7cebba;
/* Tailwind (arbitrary) */
class="text-[#7cebba] bg-[#7cebba]"
/* SCSS */
$brand: #7cebba;
/* SwiftUI */
Color(red: 0.486, green: 0.922, blue: 0.729)
/* Android */
Color.parseColor("#7cebba")Accessibility — WCAG contrast
Aa
#7cebba on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cebba on black: 14.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green92.2%
Blue72.9%
CMYK percentages
Cyan47.2%
Magenta0.0%
Yellow20.9%
Key (black)7.8%
Color previews
#7cebba text on a black background
contrast 14.45:1
Card sample
#7cebba text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cebba;
Background color
Panel with #7cebba background
background-color: #7cebba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cebba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 235, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 235, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cebba; background: linear-gradient(135deg, #7cebba, #7CD2EB);