#79cacf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
121, 202, 207
HSL
184°, 47%, 64%
CMYK
42, 2, 0, 19
Luminance
0.5081
Every format
| HEX | #79cacf |
| RGB | rgb(121, 202, 207) |
| HSL | hsl(184, 47%, 64%) |
| CMYK | cmyk(42%, 2%, 0%, 19%) |
| LAB | lab(76.6 -23.5 -10.3) |
| LCH | lch(76.6 25.6 203.6) |
| OKLCH | oklch(0.789 0.080 200.8) |
Copy-ready code
/* CSS */
color: #79cacf;
background-color: #79cacf;
/* Tailwind (arbitrary) */
class="text-[#79cacf] bg-[#79cacf]"
/* SCSS */
$brand: #79cacf;
/* SwiftUI */
Color(red: 0.475, green: 0.792, blue: 0.812)
/* Android */
Color.parseColor("#79cacf")Accessibility — WCAG contrast
Aa
#79cacf on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79cacf on black: 11.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green79.2%
Blue81.2%
CMYK percentages
Cyan41.5%
Magenta2.4%
Yellow0.0%
Key (black)18.8%
Color previews
#79cacf text on a black background
contrast 11.16:1
Card sample
#79cacf text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79cacf;
Background color
Panel with #79cacf background
background-color: #79cacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79cacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 202, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 202, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79cacf; background: linear-gradient(135deg, #79cacf, #7991CF);