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