#79a2eb
a light, vivid blue · cool · closest name: steelblue
RGB
121, 162, 235
HSL
218°, 74%, 70%
CMYK
49, 31, 0, 8
Luminance
0.3590
Every format
| HEX | #79a2eb |
| RGB | rgb(121, 162, 235) |
| HSL | hsl(218, 74%, 70%) |
| CMYK | cmyk(49%, 31%, 0%, 8%) |
| LAB | lab(66.4 5.7 -41.0) |
| LCH | lch(66.4 41.4 277.9) |
| OKLCH | oklch(0.712 0.117 261.4) |
Copy-ready code
/* CSS */
color: #79a2eb;
background-color: #79a2eb;
/* Tailwind (arbitrary) */
class="text-[#79a2eb] bg-[#79a2eb]"
/* SCSS */
$brand: #79a2eb;
/* SwiftUI */
Color(red: 0.475, green: 0.635, blue: 0.922)
/* Android */
Color.parseColor("#79a2eb")Accessibility — WCAG contrast
Aa
#79a2eb on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79a2eb on black: 8.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green63.5%
Blue92.2%
CMYK percentages
Cyan48.5%
Magenta31.1%
Yellow0.0%
Key (black)7.8%
Color previews
#79a2eb text on a black background
contrast 8.18:1
Card sample
#79a2eb text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79a2eb;
Background color
Panel with #79a2eb background
background-color: #79a2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79a2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 162, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 162, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79a2eb; background: linear-gradient(135deg, #79a2eb, #9C79EB);