#79beee
a light, electric blue · cool · closest name: skyblue
RGB
121, 190, 238
HSL
205°, 78%, 70%
CMYK
49, 20, 0, 7
Luminance
0.4706
Every format
| HEX | #79beee |
| RGB | rgb(121, 190, 238) |
| HSL | hsl(205, 78%, 70%) |
| CMYK | cmyk(49%, 20%, 0%, 7%) |
| LAB | lab(74.2 -8.9 -30.6) |
| LCH | lch(74.2 31.8 253.7) |
| OKLCH | oklch(0.774 0.098 240.1) |
Copy-ready code
/* CSS */
color: #79beee;
background-color: #79beee;
/* Tailwind (arbitrary) */
class="text-[#79beee] bg-[#79beee]"
/* SCSS */
$brand: #79beee;
/* SwiftUI */
Color(red: 0.475, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#79beee")Accessibility — WCAG contrast
Aa
#79beee on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79beee on black: 10.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green74.5%
Blue93.3%
CMYK percentages
Cyan49.2%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#79beee text on a black background
contrast 10.41:1
Card sample
#79beee text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79beee;
Background color
Panel with #79beee background
background-color: #79beee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79beee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79beee; background: linear-gradient(135deg, #79beee, #8279EE);