#79cdc2
a balanced, vivid cyan · cool · closest name: turquoise
RGB
121, 205, 194
HSL
172°, 46%, 64%
CMYK
41, 0, 5, 20
Luminance
0.5162
Every format
| HEX | #79cdc2 |
| RGB | rgb(121, 205, 194) |
| HSL | hsl(172, 46%, 64%) |
| CMYK | cmyk(41%, 0%, 5%, 20%) |
| LAB | lab(77.0 -28.1 -2.5) |
| LCH | lch(77.0 28.2 185.2) |
| OKLCH | oklch(0.792 0.084 185.0) |
Copy-ready code
/* CSS */
color: #79cdc2;
background-color: #79cdc2;
/* Tailwind (arbitrary) */
class="text-[#79cdc2] bg-[#79cdc2]"
/* SCSS */
$brand: #79cdc2;
/* SwiftUI */
Color(red: 0.475, green: 0.804, blue: 0.761)
/* Android */
Color.parseColor("#79cdc2")Accessibility — WCAG contrast
Aa
#79cdc2 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79cdc2 on black: 11.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green80.4%
Blue76.1%
CMYK percentages
Cyan41.0%
Magenta0.0%
Yellow5.4%
Key (black)19.6%
Color previews
#79cdc2 text on a black background
contrast 11.32:1
Card sample
#79cdc2 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79cdc2;
Background color
Panel with #79cdc2 background
background-color: #79cdc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79cdc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 205, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 205, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79cdc2; background: linear-gradient(135deg, #79cdc2, #79A0CD);