#7ceac1
a light, vivid green · cool · closest name: aquamarine
RGB
124, 234, 193
HSL
158°, 72%, 70%
CMYK
47, 0, 18, 8
Luminance
0.6698
Every format
| HEX | #7ceac1 |
| RGB | rgb(124, 234, 193) |
| HSL | hsl(158, 72%, 70%) |
| CMYK | cmyk(47%, 0%, 18%, 8%) |
| LAB | lab(85.5 -41.1 10.2) |
| LCH | lch(85.5 42.3 166.0) |
| OKLCH | oklch(0.860 0.118 167.2) |
Copy-ready code
/* CSS */
color: #7ceac1;
background-color: #7ceac1;
/* Tailwind (arbitrary) */
class="text-[#7ceac1] bg-[#7ceac1]"
/* SCSS */
$brand: #7ceac1;
/* SwiftUI */
Color(red: 0.486, green: 0.918, blue: 0.757)
/* Android */
Color.parseColor("#7ceac1")Accessibility — WCAG contrast
Aa
#7ceac1 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ceac1 on black: 14.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green91.8%
Blue75.7%
CMYK percentages
Cyan47.0%
Magenta0.0%
Yellow17.5%
Key (black)8.2%
Color previews
#7ceac1 text on a black background
contrast 14.40:1
Card sample
#7ceac1 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ceac1;
Background color
Panel with #7ceac1 background
background-color: #7ceac1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ceac1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 234, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 234, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ceac1; background: linear-gradient(135deg, #7ceac1, #7CCAEA);