#79ebfe
a light, electric cyan · cool · closest name: skyblue
RGB
121, 235, 254
HSL
189°, 99%, 74%
CMYK
52, 8, 0, 0
Luminance
0.7064
Every format
| HEX | #79ebfe |
| RGB | rgb(121, 235, 254) |
| HSL | hsl(189, 99%, 74%) |
| CMYK | cmyk(52%, 8%, 0%, 0%) |
| LAB | lab(87.3 -27.4 -19.1) |
| LCH | lch(87.3 33.5 214.9) |
| OKLCH | oklch(0.880 0.107 209.7) |
Copy-ready code
/* CSS */
color: #79ebfe;
background-color: #79ebfe;
/* Tailwind (arbitrary) */
class="text-[#79ebfe] bg-[#79ebfe]"
/* SCSS */
$brand: #79ebfe;
/* SwiftUI */
Color(red: 0.475, green: 0.922, blue: 0.996)
/* Android */
Color.parseColor("#79ebfe")Accessibility — WCAG contrast
Aa
#79ebfe on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79ebfe on black: 15.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green92.2%
Blue99.6%
CMYK percentages
Cyan52.4%
Magenta7.5%
Yellow0.0%
Key (black)0.4%
Color previews
#79ebfe text on a black background
contrast 15.13:1
Card sample
#79ebfe text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79ebfe;
Background color
Panel with #79ebfe background
background-color: #79ebfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79ebfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 235, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 235, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79ebfe; background: linear-gradient(135deg, #79ebfe, #7992FE);