#76dfba
a light, vivid green · cool · closest name: aquamarine
RGB
118, 223, 186
HSL
159°, 62%, 67%
CMYK
47, 0, 17, 13
Luminance
0.6017
Every format
| HEX | #76dfba |
| RGB | rgb(118, 223, 186) |
| HSL | hsl(159, 62%, 67%) |
| CMYK | cmyk(47%, 0%, 17%, 13%) |
| LAB | lab(81.9 -39.1 8.8) |
| LCH | lch(81.9 40.1 167.3) |
| OKLCH | oklch(0.830 0.112 168.4) |
Copy-ready code
/* CSS */
color: #76dfba;
background-color: #76dfba;
/* Tailwind (arbitrary) */
class="text-[#76dfba] bg-[#76dfba]"
/* SCSS */
$brand: #76dfba;
/* SwiftUI */
Color(red: 0.463, green: 0.875, blue: 0.729)
/* Android */
Color.parseColor("#76dfba")Accessibility — WCAG contrast
Aa
#76dfba on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76dfba on black: 13.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green87.5%
Blue72.9%
CMYK percentages
Cyan47.1%
Magenta0.0%
Yellow16.6%
Key (black)12.5%
Color previews
#76dfba text on a black background
contrast 13.03:1
Card sample
#76dfba text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76dfba;
Background color
Panel with #76dfba background
background-color: #76dfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76dfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 223, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 223, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76dfba; background: linear-gradient(135deg, #76dfba, #76BEDF);