#79fccc
a light, electric green · cool · closest name: aquamarine
RGB
121, 252, 204
HSL
158°, 96%, 73%
CMYK
52, 0, 19, 1
Luminance
0.7805
Every format
| HEX | #79fccc |
| RGB | rgb(121, 252, 204) |
| HSL | hsl(158, 96%, 73%) |
| CMYK | cmyk(52%, 0%, 19%, 1%) |
| LAB | lab(90.8 -47.3 12.1) |
| LCH | lch(90.8 48.8 165.7) |
| OKLCH | oklch(0.904 0.136 166.8) |
Copy-ready code
/* CSS */
color: #79fccc;
background-color: #79fccc;
/* Tailwind (arbitrary) */
class="text-[#79fccc] bg-[#79fccc]"
/* SCSS */
$brand: #79fccc;
/* SwiftUI */
Color(red: 0.475, green: 0.988, blue: 0.800)
/* Android */
Color.parseColor("#79fccc")Accessibility — WCAG contrast
Aa
#79fccc on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79fccc on black: 16.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green98.8%
Blue80.0%
CMYK percentages
Cyan52.0%
Magenta0.0%
Yellow19.0%
Key (black)1.2%
Color previews
#79fccc text on a black background
contrast 16.61:1
Card sample
#79fccc text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79fccc;
Background color
Panel with #79fccc background
background-color: #79fccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79fccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 252, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 252, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79fccc; background: linear-gradient(135deg, #79fccc, #79D5FC);