#7ce4ba
a light, vivid green · cool · closest name: aquamarine
RGB
124, 228, 186
HSL
156°, 66%, 69%
CMYK
46, 0, 18, 11
Luminance
0.6332
Every format
| HEX | #7ce4ba |
| RGB | rgb(124, 228, 186) |
| HSL | hsl(156, 66%, 69%) |
| CMYK | cmyk(46%, 0%, 18%, 11%) |
| LAB | lab(83.6 -39.9 11.2) |
| LCH | lch(83.6 41.4 164.3) |
| OKLCH | oklch(0.844 0.115 165.5) |
Copy-ready code
/* CSS */
color: #7ce4ba;
background-color: #7ce4ba;
/* Tailwind (arbitrary) */
class="text-[#7ce4ba] bg-[#7ce4ba]"
/* SCSS */
$brand: #7ce4ba;
/* SwiftUI */
Color(red: 0.486, green: 0.894, blue: 0.729)
/* Android */
Color.parseColor("#7ce4ba")Accessibility — WCAG contrast
Aa
#7ce4ba on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ce4ba on black: 13.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green89.4%
Blue72.9%
CMYK percentages
Cyan45.6%
Magenta0.0%
Yellow18.4%
Key (black)10.6%
Color previews
#7ce4ba text on a black background
contrast 13.66:1
Card sample
#7ce4ba text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ce4ba;
Background color
Panel with #7ce4ba background
background-color: #7ce4ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ce4ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 228, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 228, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ce4ba; background: linear-gradient(135deg, #7ce4ba, #7CC9E4);