#79cad7
a light, vivid cyan · cool · closest name: skyblue
RGB
121, 202, 215
HSL
188°, 54%, 66%
CMYK
44, 6, 0, 16
Luminance
0.5121
Every format
| HEX | #79cad7 |
| RGB | rgb(121, 202, 215) |
| HSL | hsl(188, 54%, 66%) |
| CMYK | cmyk(44%, 6%, 0%, 16%) |
| LAB | lab(76.8 -21.4 -14.2) |
| LCH | lch(76.8 25.7 213.6) |
| OKLCH | oklch(0.792 0.081 208.8) |
Copy-ready code
/* CSS */
color: #79cad7;
background-color: #79cad7;
/* Tailwind (arbitrary) */
class="text-[#79cad7] bg-[#79cad7]"
/* SCSS */
$brand: #79cad7;
/* SwiftUI */
Color(red: 0.475, green: 0.792, blue: 0.843)
/* Android */
Color.parseColor("#79cad7")Accessibility — WCAG contrast
Aa
#79cad7 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79cad7 on black: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green79.2%
Blue84.3%
CMYK percentages
Cyan43.7%
Magenta6.0%
Yellow0.0%
Key (black)15.7%
Color previews
#79cad7 text on a black background
contrast 11.24:1
Card sample
#79cad7 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79cad7;
Background color
Panel with #79cad7 background
background-color: #79cad7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79cad7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 202, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 202, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79cad7; background: linear-gradient(135deg, #79cad7, #798BD7);