#79cccd
a balanced, vivid cyan · cool · closest name: skyblue
RGB
121, 204, 205
HSL
181°, 46%, 64%
CMYK
41, 1, 0, 20
Luminance
0.5166
Every format
| HEX | #79cccd |
| RGB | rgb(121, 204, 205) |
| HSL | hsl(181, 46%, 64%) |
| CMYK | cmyk(41%, 1%, 0%, 20%) |
| LAB | lab(77.1 -24.9 -8.4) |
| LCH | lch(77.1 26.3 198.7) |
| OKLCH | oklch(0.793 0.081 196.6) |
Copy-ready code
/* CSS */
color: #79cccd;
background-color: #79cccd;
/* Tailwind (arbitrary) */
class="text-[#79cccd] bg-[#79cccd]"
/* SCSS */
$brand: #79cccd;
/* SwiftUI */
Color(red: 0.475, green: 0.800, blue: 0.804)
/* Android */
Color.parseColor("#79cccd")Accessibility — WCAG contrast
Aa
#79cccd on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79cccd on black: 11.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green80.0%
Blue80.4%
CMYK percentages
Cyan41.0%
Magenta0.5%
Yellow0.0%
Key (black)19.6%
Color previews
#79cccd text on a black background
contrast 11.33:1
Card sample
#79cccd text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79cccd;
Background color
Panel with #79cccd background
background-color: #79cccd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79cccd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 204, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 204, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79cccd; background: linear-gradient(135deg, #79cccd, #7994CD);