#79f0cf
a light, electric cyan · cool · closest name: aquamarine
RGB
121, 240, 207
HSL
163°, 80%, 71%
CMYK
50, 0, 14, 6
Luminance
0.7089
Every format
| HEX | #79f0cf |
| RGB | rgb(121, 240, 207) |
| HSL | hsl(163, 80%, 71%) |
| CMYK | cmyk(50%, 0%, 14%, 6%) |
| LAB | lab(87.4 -41.4 5.7) |
| LCH | lch(87.4 41.8 172.2) |
| OKLCH | oklch(0.877 0.119 173.0) |
Copy-ready code
/* CSS */
color: #79f0cf;
background-color: #79f0cf;
/* Tailwind (arbitrary) */
class="text-[#79f0cf] bg-[#79f0cf]"
/* SCSS */
$brand: #79f0cf;
/* SwiftUI */
Color(red: 0.475, green: 0.941, blue: 0.812)
/* Android */
Color.parseColor("#79f0cf")Accessibility — WCAG contrast
Aa
#79f0cf on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79f0cf on black: 15.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green94.1%
Blue81.2%
CMYK percentages
Cyan49.6%
Magenta0.0%
Yellow13.7%
Key (black)5.9%
Color previews
#79f0cf text on a black background
contrast 15.18:1
Card sample
#79f0cf text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79f0cf;
Background color
Panel with #79f0cf background
background-color: #79f0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79f0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 240, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 240, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79f0cf; background: linear-gradient(135deg, #79f0cf, #79C2F0);