#7cddbb
a light, vivid green · cool · closest name: aquamarine
RGB
124, 221, 187
HSL
159°, 59%, 68%
CMYK
44, 0, 15, 13
Luminance
0.5959
Every format
| HEX | #7cddbb |
| RGB | rgb(124, 221, 187) |
| HSL | hsl(159, 59%, 68%) |
| CMYK | cmyk(44%, 0%, 15%, 13%) |
| LAB | lab(81.6 -36.5 7.8) |
| LCH | lch(81.6 37.3 167.9) |
| OKLCH | oklch(0.828 0.105 169.0) |
Copy-ready code
/* CSS */
color: #7cddbb;
background-color: #7cddbb;
/* Tailwind (arbitrary) */
class="text-[#7cddbb] bg-[#7cddbb]"
/* SCSS */
$brand: #7cddbb;
/* SwiftUI */
Color(red: 0.486, green: 0.867, blue: 0.733)
/* Android */
Color.parseColor("#7cddbb")Accessibility — WCAG contrast
Aa
#7cddbb on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cddbb on black: 12.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green86.7%
Blue73.3%
CMYK percentages
Cyan43.9%
Magenta0.0%
Yellow15.4%
Key (black)13.3%
Color previews
#7cddbb text on a black background
contrast 12.92:1
Card sample
#7cddbb text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cddbb;
Background color
Panel with #7cddbb background
background-color: #7cddbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cddbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 221, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 221, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cddbb; background: linear-gradient(135deg, #7cddbb, #7CBEDD);