#79c2ec
a light, electric blue · cool · closest name: skyblue
RGB
121, 194, 236
HSL
202°, 75%, 70%
CMYK
49, 18, 0, 8
Luminance
0.4870
Every format
| HEX | #79c2ec |
| RGB | rgb(121, 194, 236) |
| HSL | hsl(202, 75%, 70%) |
| CMYK | cmyk(49%, 18%, 0%, 8%) |
| LAB | lab(75.3 -11.6 -27.9) |
| LCH | lch(75.3 30.2 247.4) |
| OKLCH | oklch(0.782 0.095 235.0) |
Copy-ready code
/* CSS */
color: #79c2ec;
background-color: #79c2ec;
/* Tailwind (arbitrary) */
class="text-[#79c2ec] bg-[#79c2ec]"
/* SCSS */
$brand: #79c2ec;
/* SwiftUI */
Color(red: 0.475, green: 0.761, blue: 0.925)
/* Android */
Color.parseColor("#79c2ec")Accessibility — WCAG contrast
Aa
#79c2ec on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79c2ec on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green76.1%
Blue92.5%
CMYK percentages
Cyan48.7%
Magenta17.8%
Yellow0.0%
Key (black)7.5%
Color previews
#79c2ec text on a black background
contrast 10.74:1
Card sample
#79c2ec text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79c2ec;
Background color
Panel with #79c2ec background
background-color: #79c2ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79c2ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 194, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 194, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79c2ec; background: linear-gradient(135deg, #79c2ec, #7D79EC);