#79a2cf
a balanced, vivid blue · cool · closest name: steelblue
RGB
121, 162, 207
HSL
211°, 47%, 64%
CMYK
42, 22, 0, 19
Luminance
0.3441
Every format
| HEX | #79a2cf |
| RGB | rgb(121, 162, 207) |
| HSL | hsl(211, 47%, 64%) |
| CMYK | cmyk(42%, 22%, 0%, 19%) |
| LAB | lab(65.3 -2.3 -27.4) |
| LCH | lch(65.3 27.5 265.2) |
| OKLCH | oklch(0.700 0.080 251.3) |
Copy-ready code
/* CSS */
color: #79a2cf;
background-color: #79a2cf;
/* Tailwind (arbitrary) */
class="text-[#79a2cf] bg-[#79a2cf]"
/* SCSS */
$brand: #79a2cf;
/* SwiftUI */
Color(red: 0.475, green: 0.635, blue: 0.812)
/* Android */
Color.parseColor("#79a2cf")Accessibility — WCAG contrast
Aa
#79a2cf on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79a2cf on black: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green63.5%
Blue81.2%
CMYK percentages
Cyan41.5%
Magenta21.7%
Yellow0.0%
Key (black)18.8%
Color previews
#79a2cf text on a black background
contrast 7.88:1
Card sample
#79a2cf text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79a2cf;
Background color
Panel with #79a2cf background
background-color: #79a2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79a2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 162, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 162, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79a2cf; background: linear-gradient(135deg, #79a2cf, #8979CF);