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