#7ceac6
a light, vivid cyan · cool · closest name: aquamarine
RGB
124, 234, 198
HSL
160°, 72%, 70%
CMYK
47, 0, 15, 8
Luminance
0.6721
Every format
| HEX | #7ceac6 |
| RGB | rgb(124, 234, 198) |
| HSL | hsl(160, 72%, 70%) |
| CMYK | cmyk(47%, 0%, 15%, 8%) |
| LAB | lab(85.6 -40.0 7.8) |
| LCH | lch(85.6 40.8 169.0) |
| OKLCH | oklch(0.862 0.115 170.0) |
Copy-ready code
/* CSS */
color: #7ceac6;
background-color: #7ceac6;
/* Tailwind (arbitrary) */
class="text-[#7ceac6] bg-[#7ceac6]"
/* SCSS */
$brand: #7ceac6;
/* SwiftUI */
Color(red: 0.486, green: 0.918, blue: 0.776)
/* Android */
Color.parseColor("#7ceac6")Accessibility — WCAG contrast
Aa
#7ceac6 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ceac6 on black: 14.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green91.8%
Blue77.6%
CMYK percentages
Cyan47.0%
Magenta0.0%
Yellow15.4%
Key (black)8.2%
Color previews
#7ceac6 text on a black background
contrast 14.44:1
Card sample
#7ceac6 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ceac6;
Background color
Panel with #7ceac6 background
background-color: #7ceac6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ceac6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 234, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 234, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ceac6; background: linear-gradient(135deg, #7ceac6, #7CC5EA);