#79afab
a balanced, soft cyan · cool · closest name: silver
RGB
121, 175, 171
HSL
176°, 25%, 58%
CMYK
31, 0, 2, 31
Luminance
0.3767
Every format
| HEX | #79afab |
| RGB | rgb(121, 175, 171) |
| HSL | hsl(176, 25%, 58%) |
| CMYK | cmyk(31%, 0%, 2%, 31%) |
| LAB | lab(67.8 -18.5 -3.6) |
| LCH | lch(67.8 18.9 191.1) |
| OKLCH | oklch(0.715 0.057 190.1) |
Copy-ready code
/* CSS */
color: #79afab;
background-color: #79afab;
/* Tailwind (arbitrary) */
class="text-[#79afab] bg-[#79afab]"
/* SCSS */
$brand: #79afab;
/* SwiftUI */
Color(red: 0.475, green: 0.686, blue: 0.671)
/* Android */
Color.parseColor("#79afab")Accessibility — WCAG contrast
Aa
#79afab on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79afab on black: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green68.6%
Blue67.1%
CMYK percentages
Cyan30.9%
Magenta0.0%
Yellow2.3%
Key (black)31.4%
Color previews
#79afab text on a black background
contrast 8.53:1
Card sample
#79afab text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79afab;
Background color
Panel with #79afab background
background-color: #79afab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79afab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 175, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 175, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79afab; background: linear-gradient(135deg, #79afab, #798FAF);