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