#79bccf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
121, 188, 207
HSL
193°, 47%, 64%
CMYK
42, 9, 0, 19
Luminance
0.4454
Every format
| HEX | #79bccf |
| RGB | rgb(121, 188, 207) |
| HSL | hsl(193, 47%, 64%) |
| CMYK | cmyk(42%, 9%, 0%, 19%) |
| LAB | lab(72.6 -16.3 -16.2) |
| LCH | lch(72.6 23.0 224.8) |
| OKLCH | oklch(0.757 0.073 217.7) |
Copy-ready code
/* CSS */
color: #79bccf;
background-color: #79bccf;
/* Tailwind (arbitrary) */
class="text-[#79bccf] bg-[#79bccf]"
/* SCSS */
$brand: #79bccf;
/* SwiftUI */
Color(red: 0.475, green: 0.737, blue: 0.812)
/* Android */
Color.parseColor("#79bccf")Accessibility — WCAG contrast
Aa
#79bccf on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79bccf on black: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green73.7%
Blue81.2%
CMYK percentages
Cyan41.5%
Magenta9.2%
Yellow0.0%
Key (black)18.8%
Color previews
#79bccf text on a black background
contrast 9.91:1
Card sample
#79bccf text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79bccf;
Background color
Panel with #79bccf background
background-color: #79bccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79bccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 188, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 188, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79bccf; background: linear-gradient(135deg, #79bccf, #7983CF);