#79adeb
a light, vivid blue · cool · closest name: steelblue
RGB
121, 173, 235
HSL
213°, 74%, 70%
CMYK
49, 26, 0, 8
Luminance
0.3995
Every format
| HEX | #79adeb |
| RGB | rgb(121, 173, 235) |
| HSL | hsl(213, 74%, 70%) |
| CMYK | cmyk(49%, 26%, 0%, 8%) |
| LAB | lab(69.4 -0.5 -36.4) |
| LCH | lch(69.4 36.4 269.2) |
| OKLCH | oklch(0.736 0.106 253.5) |
Copy-ready code
/* CSS */
color: #79adeb;
background-color: #79adeb;
/* Tailwind (arbitrary) */
class="text-[#79adeb] bg-[#79adeb]"
/* SCSS */
$brand: #79adeb;
/* SwiftUI */
Color(red: 0.475, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#79adeb")Accessibility — WCAG contrast
Aa
#79adeb on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79adeb on black: 8.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green67.8%
Blue92.2%
CMYK percentages
Cyan48.5%
Magenta26.4%
Yellow0.0%
Key (black)7.8%
Color previews
#79adeb text on a black background
contrast 8.99:1
Card sample
#79adeb text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79adeb;
Background color
Panel with #79adeb background
background-color: #79adeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79adeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79adeb; background: linear-gradient(135deg, #79adeb, #9179EB);