#7fdcac
a light, vivid green · cool · closest name: aquamarine
RGB
127, 220, 172
HSL
149°, 57%, 68%
CMYK
42, 0, 22, 14
Luminance
0.5868
Every format
| HEX | #7fdcac |
| RGB | rgb(127, 220, 172) |
| HSL | hsl(149, 57%, 68%) |
| CMYK | cmyk(42%, 0%, 22%, 14%) |
| LAB | lab(81.1 -38.4 15.1) |
| LCH | lch(81.1 41.2 158.6) |
| OKLCH | oklch(0.824 0.113 160.0) |
Copy-ready code
/* CSS */
color: #7fdcac;
background-color: #7fdcac;
/* Tailwind (arbitrary) */
class="text-[#7fdcac] bg-[#7fdcac]"
/* SCSS */
$brand: #7fdcac;
/* SwiftUI */
Color(red: 0.498, green: 0.863, blue: 0.675)
/* Android */
Color.parseColor("#7fdcac")Accessibility — WCAG contrast
Aa
#7fdcac on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fdcac on black: 12.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green86.3%
Blue67.5%
CMYK percentages
Cyan42.3%
Magenta0.0%
Yellow21.8%
Key (black)13.7%
Color previews
#7fdcac text on a black background
contrast 12.74:1
Card sample
#7fdcac text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fdcac;
Background color
Panel with #7fdcac background
background-color: #7fdcac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fdcac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 220, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 220, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fdcac; background: linear-gradient(135deg, #7fdcac, #7FCEDC);