#79ceaf
a balanced, vivid green · cool · closest name: turquoise
RGB
121, 206, 175
HSL
158°, 46%, 64%
CMYK
41, 0, 15, 19
Luminance
0.5130
Every format
| HEX | #79ceaf |
| RGB | rgb(121, 206, 175) |
| HSL | hsl(158, 46%, 64%) |
| CMYK | cmyk(41%, 0%, 15%, 19%) |
| LAB | lab(76.9 -32.9 7.4) |
| LCH | lch(76.9 33.7 167.3) |
| OKLCH | oklch(0.789 0.095 168.4) |
Copy-ready code
/* CSS */
color: #79ceaf;
background-color: #79ceaf;
/* Tailwind (arbitrary) */
class="text-[#79ceaf] bg-[#79ceaf]"
/* SCSS */
$brand: #79ceaf;
/* SwiftUI */
Color(red: 0.475, green: 0.808, blue: 0.686)
/* Android */
Color.parseColor("#79ceaf")Accessibility — WCAG contrast
Aa
#79ceaf on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79ceaf on black: 11.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green80.8%
Blue68.6%
CMYK percentages
Cyan41.3%
Magenta0.0%
Yellow15.0%
Key (black)19.2%
Color previews
#79ceaf text on a black background
contrast 11.26:1
Card sample
#79ceaf text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79ceaf;
Background color
Panel with #79ceaf background
background-color: #79ceaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79ceaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 206, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 206, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79ceaf; background: linear-gradient(135deg, #79ceaf, #79B4CE);