#79fada
a light, electric cyan · cool · closest name: aquamarine
RGB
121, 250, 218
HSL
165°, 93%, 73%
CMYK
52, 0, 13, 2
Luminance
0.7750
Every format
| HEX | #79fada |
| RGB | rgb(121, 250, 218) |
| HSL | hsl(165, 93%, 73%) |
| CMYK | cmyk(52%, 0%, 13%, 2%) |
| LAB | lab(90.5 -43.3 4.5) |
| LCH | lch(90.5 43.5 174.1) |
| OKLCH | oklch(0.903 0.124 174.9) |
Copy-ready code
/* CSS */
color: #79fada;
background-color: #79fada;
/* Tailwind (arbitrary) */
class="text-[#79fada] bg-[#79fada]"
/* SCSS */
$brand: #79fada;
/* SwiftUI */
Color(red: 0.475, green: 0.980, blue: 0.855)
/* Android */
Color.parseColor("#79fada")Accessibility — WCAG contrast
Aa
#79fada on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79fada on black: 16.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green98.0%
Blue85.5%
CMYK percentages
Cyan51.6%
Magenta0.0%
Yellow12.8%
Key (black)2.0%
Color previews
#79fada text on a black background
contrast 16.50:1
Card sample
#79fada text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79fada;
Background color
Panel with #79fada background
background-color: #79fada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79fada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 250, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 250, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79fada; background: linear-gradient(135deg, #79fada, #79C4FA);