#79afba
a balanced, soft cyan · cool · closest name: skyblue
RGB
121, 175, 186
HSL
190°, 32%, 60%
CMYK
35, 6, 0, 27
Luminance
0.3827
Every format
| HEX | #79afba |
| RGB | rgb(121, 175, 186) |
| HSL | hsl(190, 32%, 60%) |
| CMYK | cmyk(35%, 6%, 0%, 27%) |
| LAB | lab(68.2 -14.9 -11.3) |
| LCH | lch(68.2 18.7 217.1) |
| OKLCH | oklch(0.720 0.059 211.7) |
Copy-ready code
/* CSS */
color: #79afba;
background-color: #79afba;
/* Tailwind (arbitrary) */
class="text-[#79afba] bg-[#79afba]"
/* SCSS */
$brand: #79afba;
/* SwiftUI */
Color(red: 0.475, green: 0.686, blue: 0.729)
/* Android */
Color.parseColor("#79afba")Accessibility — WCAG contrast
Aa
#79afba on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79afba on black: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green68.6%
Blue72.9%
CMYK percentages
Cyan34.9%
Magenta5.9%
Yellow0.0%
Key (black)27.1%
Color previews
#79afba text on a black background
contrast 8.65:1
Card sample
#79afba text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79afba;
Background color
Panel with #79afba background
background-color: #79afba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79afba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 175, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 175, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79afba; background: linear-gradient(135deg, #79afba, #7984BA);