#79f3da
a light, electric cyan · cool · closest name: turquoise
RGB
121, 243, 218
HSL
168°, 84%, 71%
CMYK
50, 0, 10, 5
Luminance
0.7323
Every format
| HEX | #79f3da |
| RGB | rgb(121, 243, 218) |
| HSL | hsl(168, 84%, 71%) |
| CMYK | cmyk(50%, 0%, 10%, 5%) |
| LAB | lab(88.5 -40.2 1.6) |
| LCH | lch(88.5 40.2 177.8) |
| OKLCH | oklch(0.887 0.116 178.3) |
Copy-ready code
/* CSS */
color: #79f3da;
background-color: #79f3da;
/* Tailwind (arbitrary) */
class="text-[#79f3da] bg-[#79f3da]"
/* SCSS */
$brand: #79f3da;
/* SwiftUI */
Color(red: 0.475, green: 0.953, blue: 0.855)
/* Android */
Color.parseColor("#79f3da")Accessibility — WCAG contrast
Aa
#79f3da on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79f3da on black: 15.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green95.3%
Blue85.5%
CMYK percentages
Cyan50.2%
Magenta0.0%
Yellow10.3%
Key (black)4.7%
Color previews
#79f3da text on a black background
contrast 15.65:1
Card sample
#79f3da text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79f3da;
Background color
Panel with #79f3da background
background-color: #79f3da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79f3da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 243, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 243, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79f3da; background: linear-gradient(135deg, #79f3da, #79BBF3);