#79bcaf
a balanced, soft cyan · cool · closest name: turquoise
RGB
121, 188, 175
HSL
168°, 33%, 61%
CMYK
36, 0, 7, 26
Luminance
0.4313
Every format
| HEX | #79bcaf |
| RGB | rgb(121, 188, 175) |
| HSL | hsl(168, 33%, 61%) |
| CMYK | cmyk(36%, 0%, 7%, 26%) |
| LAB | lab(71.6 -24.2 -0.2) |
| LCH | lch(71.6 24.2 180.4) |
| OKLCH | oklch(0.747 0.071 180.7) |
Copy-ready code
/* CSS */
color: #79bcaf;
background-color: #79bcaf;
/* Tailwind (arbitrary) */
class="text-[#79bcaf] bg-[#79bcaf]"
/* SCSS */
$brand: #79bcaf;
/* SwiftUI */
Color(red: 0.475, green: 0.737, blue: 0.686)
/* Android */
Color.parseColor("#79bcaf")Accessibility — WCAG contrast
Aa
#79bcaf on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79bcaf on black: 9.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green73.7%
Blue68.6%
CMYK percentages
Cyan35.6%
Magenta0.0%
Yellow6.9%
Key (black)26.3%
Color previews
#79bcaf text on a black background
contrast 9.63:1
Card sample
#79bcaf text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79bcaf;
Background color
Panel with #79bcaf background
background-color: #79bcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79bcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 188, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 188, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79bcaf; background: linear-gradient(135deg, #79bcaf, #799CBC);