#79eddf
a light, electric cyan · cool · closest name: turquoise
RGB
121, 237, 223
HSL
173°, 76%, 70%
CMYK
49, 0, 6, 7
Luminance
0.6996
Every format
| HEX | #79eddf |
| RGB | rgb(121, 237, 223) |
| HSL | hsl(173, 76%, 70%) |
| CMYK | cmyk(49%, 0%, 6%, 7%) |
| LAB | lab(87.0 -36.3 -3.4) |
| LCH | lch(87.0 36.4 185.3) |
| OKLCH | oklch(0.874 0.108 185.1) |
Copy-ready code
/* CSS */
color: #79eddf;
background-color: #79eddf;
/* Tailwind (arbitrary) */
class="text-[#79eddf] bg-[#79eddf]"
/* SCSS */
$brand: #79eddf;
/* SwiftUI */
Color(red: 0.475, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#79eddf")Accessibility — WCAG contrast
Aa
#79eddf on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79eddf on black: 14.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green92.9%
Blue87.5%
CMYK percentages
Cyan48.9%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#79eddf text on a black background
contrast 14.99:1
Card sample
#79eddf text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79eddf;
Background color
Panel with #79eddf background
background-color: #79eddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79eddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79eddf; background: linear-gradient(135deg, #79eddf, #79AEED);