#7ceecf
a light, electric cyan · cool · closest name: aquamarine
RGB
124, 238, 207
HSL
164°, 77%, 71%
CMYK
48, 0, 13, 7
Luminance
0.6994
Every format
| HEX | #7ceecf |
| RGB | rgb(124, 238, 207) |
| HSL | hsl(164, 77%, 71%) |
| CMYK | cmyk(48%, 0%, 13%, 7%) |
| LAB | lab(87.0 -39.8 5.0) |
| LCH | lch(87.0 40.1 172.8) |
| OKLCH | oklch(0.873 0.114 173.6) |
Copy-ready code
/* CSS */
color: #7ceecf;
background-color: #7ceecf;
/* Tailwind (arbitrary) */
class="text-[#7ceecf] bg-[#7ceecf]"
/* SCSS */
$brand: #7ceecf;
/* SwiftUI */
Color(red: 0.486, green: 0.933, blue: 0.812)
/* Android */
Color.parseColor("#7ceecf")Accessibility — WCAG contrast
Aa
#7ceecf on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ceecf on black: 14.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green93.3%
Blue81.2%
CMYK percentages
Cyan47.9%
Magenta0.0%
Yellow13.0%
Key (black)6.7%
Color previews
#7ceecf text on a black background
contrast 14.99:1
Card sample
#7ceecf text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ceecf;
Background color
Panel with #7ceecf background
background-color: #7ceecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ceecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 238, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 238, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ceecf; background: linear-gradient(135deg, #7ceecf, #7CC1EE);