#79c6ec
a light, electric cyan · cool · closest name: skyblue
RGB
121, 198, 236
HSL
200°, 75%, 70%
CMYK
49, 16, 0, 8
Luminance
0.5051
Every format
| HEX | #79c6ec |
| RGB | rgb(121, 198, 236) |
| HSL | hsl(200, 75%, 70%) |
| CMYK | cmyk(49%, 16%, 0%, 8%) |
| LAB | lab(76.4 -13.7 -26.2) |
| LCH | lch(76.4 29.6 242.4) |
| OKLCH | oklch(0.791 0.093 231.0) |
Copy-ready code
/* CSS */
color: #79c6ec;
background-color: #79c6ec;
/* Tailwind (arbitrary) */
class="text-[#79c6ec] bg-[#79c6ec]"
/* SCSS */
$brand: #79c6ec;
/* SwiftUI */
Color(red: 0.475, green: 0.776, blue: 0.925)
/* Android */
Color.parseColor("#79c6ec")Accessibility — WCAG contrast
Aa
#79c6ec on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79c6ec on black: 11.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green77.6%
Blue92.5%
CMYK percentages
Cyan48.7%
Magenta16.1%
Yellow0.0%
Key (black)7.5%
Color previews
#79c6ec text on a black background
contrast 11.10:1
Card sample
#79c6ec text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79c6ec;
Background color
Panel with #79c6ec background
background-color: #79c6ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79c6ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 198, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 198, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79c6ec; background: linear-gradient(135deg, #79c6ec, #7979EC);