#79cf9b
a balanced, vivid green · cool · closest name: aquamarine
RGB
121, 207, 155
HSL
144°, 47%, 64%
CMYK
42, 0, 25, 19
Luminance
0.5106
Every format
| HEX | #79cf9b |
| RGB | rgb(121, 207, 155) |
| HSL | hsl(144, 47%, 64%) |
| CMYK | cmyk(42%, 0%, 25%, 19%) |
| LAB | lab(76.7 -37.5 17.9) |
| LCH | lch(76.7 41.5 154.5) |
| OKLCH | oklch(0.786 0.113 156.1) |
Copy-ready code
/* CSS */
color: #79cf9b;
background-color: #79cf9b;
/* Tailwind (arbitrary) */
class="text-[#79cf9b] bg-[#79cf9b]"
/* SCSS */
$brand: #79cf9b;
/* SwiftUI */
Color(red: 0.475, green: 0.812, blue: 0.608)
/* Android */
Color.parseColor("#79cf9b")Accessibility — WCAG contrast
Aa
#79cf9b on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79cf9b on black: 11.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green81.2%
Blue60.8%
CMYK percentages
Cyan41.5%
Magenta0.0%
Yellow25.1%
Key (black)18.8%
Color previews
#79cf9b text on a black background
contrast 11.21:1
Card sample
#79cf9b text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79cf9b;
Background color
Panel with #79cf9b background
background-color: #79cf9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79cf9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 207, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 207, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79cf9b; background: linear-gradient(135deg, #79cf9b, #79CACF);