#7ceba7
a light, vivid green · cool · closest name: aquamarine
RGB
124, 235, 167
HSL
143°, 74%, 70%
CMYK
47, 0, 29, 8
Luminance
0.6649
Every format
| HEX | #7ceba7 |
| RGB | rgb(124, 235, 167) |
| HSL | hsl(143, 74%, 70%) |
| CMYK | cmyk(47%, 0%, 29%, 8%) |
| LAB | lab(85.2 -46.7 23.4) |
| LCH | lch(85.2 52.3 153.4) |
| OKLCH | oklch(0.856 0.141 155.1) |
Copy-ready code
/* CSS */
color: #7ceba7;
background-color: #7ceba7;
/* Tailwind (arbitrary) */
class="text-[#7ceba7] bg-[#7ceba7]"
/* SCSS */
$brand: #7ceba7;
/* SwiftUI */
Color(red: 0.486, green: 0.922, blue: 0.655)
/* Android */
Color.parseColor("#7ceba7")Accessibility — WCAG contrast
Aa
#7ceba7 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ceba7 on black: 14.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green92.2%
Blue65.5%
CMYK percentages
Cyan47.2%
Magenta0.0%
Yellow28.9%
Key (black)7.8%
Color previews
#7ceba7 text on a black background
contrast 14.30:1
Card sample
#7ceba7 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ceba7;
Background color
Panel with #7ceba7 background
background-color: #7ceba7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ceba7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 235, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 235, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ceba7; background: linear-gradient(135deg, #7ceba7, #7CE5EB);