#79fcdf
a light, electric cyan · cool · closest name: aquamarine
RGB
121, 252, 223
HSL
167°, 96%, 73%
CMYK
52, 0, 12, 1
Luminance
0.7901
Every format
| HEX | #79fcdf |
| RGB | rgb(121, 252, 223) |
| HSL | hsl(167, 96%, 73%) |
| CMYK | cmyk(52%, 0%, 12%, 1%) |
| LAB | lab(91.2 -43.0 2.9) |
| LCH | lch(91.2 43.1 176.2) |
| OKLCH | oklch(0.909 0.124 176.8) |
Copy-ready code
/* CSS */
color: #79fcdf;
background-color: #79fcdf;
/* Tailwind (arbitrary) */
class="text-[#79fcdf] bg-[#79fcdf]"
/* SCSS */
$brand: #79fcdf;
/* SwiftUI */
Color(red: 0.475, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#79fcdf")Accessibility — WCAG contrast
Aa
#79fcdf on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79fcdf on black: 16.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green98.8%
Blue87.5%
CMYK percentages
Cyan52.0%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#79fcdf text on a black background
contrast 16.80:1
Card sample
#79fcdf text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79fcdf;
Background color
Panel with #79fcdf background
background-color: #79fcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79fcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79fcdf; background: linear-gradient(135deg, #79fcdf, #79C2FC);