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