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