#7fddbb
a light, vivid green · cool · closest name: aquamarine
RGB
127, 221, 187
HSL
158°, 58%, 68%
CMYK
43, 0, 15, 13
Luminance
0.5981
Every format
| HEX | #7fddbb |
| RGB | rgb(127, 221, 187) |
| HSL | hsl(158, 58%, 68%) |
| CMYK | cmyk(43%, 0%, 15%, 13%) |
| LAB | lab(81.7 -35.7 8.0) |
| LCH | lch(81.7 36.6 167.3) |
| OKLCH | oklch(0.830 0.103 168.4) |
Copy-ready code
/* CSS */
color: #7fddbb;
background-color: #7fddbb;
/* Tailwind (arbitrary) */
class="text-[#7fddbb] bg-[#7fddbb]"
/* SCSS */
$brand: #7fddbb;
/* SwiftUI */
Color(red: 0.498, green: 0.867, blue: 0.733)
/* Android */
Color.parseColor("#7fddbb")Accessibility — WCAG contrast
Aa
#7fddbb on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fddbb on black: 12.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green86.7%
Blue73.3%
CMYK percentages
Cyan42.5%
Magenta0.0%
Yellow15.4%
Key (black)13.3%
Color previews
#7fddbb text on a black background
contrast 12.96:1
Card sample
#7fddbb text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fddbb;
Background color
Panel with #7fddbb background
background-color: #7fddbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fddbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 221, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 221, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fddbb; background: linear-gradient(135deg, #7fddbb, #7FC0DD);