#79a7df
a light, vivid blue · cool · closest name: steelblue
RGB
121, 167, 223
HSL
213°, 61%, 68%
CMYK
46, 25, 0, 13
Luminance
0.3703
Every format
| HEX | #79a7df |
| RGB | rgb(121, 167, 223) |
| HSL | hsl(213, 61%, 68%) |
| CMYK | cmyk(46%, 25%, 0%, 13%) |
| LAB | lab(67.3 -0.6 -33.1) |
| LCH | lch(67.3 33.1 269.0) |
| OKLCH | oklch(0.717 0.096 253.8) |
Copy-ready code
/* CSS */
color: #79a7df;
background-color: #79a7df;
/* Tailwind (arbitrary) */
class="text-[#79a7df] bg-[#79a7df]"
/* SCSS */
$brand: #79a7df;
/* SwiftUI */
Color(red: 0.475, green: 0.655, blue: 0.875)
/* Android */
Color.parseColor("#79a7df")Accessibility — WCAG contrast
Aa
#79a7df on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79a7df on black: 8.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green65.5%
Blue87.5%
CMYK percentages
Cyan45.7%
Magenta25.1%
Yellow0.0%
Key (black)12.5%
Color previews
#79a7df text on a black background
contrast 8.41:1
Card sample
#79a7df text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79a7df;
Background color
Panel with #79a7df background
background-color: #79a7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79a7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 167, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 167, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79a7df; background: linear-gradient(135deg, #79a7df, #8F79DF);