#797eb0
a balanced, soft blue · warm · closest name: steelblue
RGB
121, 126, 176
HSL
235°, 26%, 58%
CMYK
31, 28, 0, 31
Luminance
0.2212
Every format
| HEX | #797eb0 |
| RGB | rgb(121, 126, 176) |
| HSL | hsl(235, 26%, 58%) |
| CMYK | cmyk(31%, 28%, 0%, 31%) |
| LAB | lab(54.1 10.0 -27.0) |
| LCH | lch(54.1 28.8 290.3) |
| OKLCH | oklch(0.609 0.076 279.5) |
Copy-ready code
/* CSS */
color: #797eb0;
background-color: #797eb0;
/* Tailwind (arbitrary) */
class="text-[#797eb0] bg-[#797eb0]"
/* SCSS */
$brand: #797eb0;
/* SwiftUI */
Color(red: 0.475, green: 0.494, blue: 0.690)
/* Android */
Color.parseColor("#797eb0")Accessibility — WCAG contrast
Aa
#797eb0 on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#797eb0 on black: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green49.4%
Blue69.0%
CMYK percentages
Cyan31.3%
Magenta28.4%
Yellow0.0%
Key (black)31.0%
Color previews
#797eb0 text on a black background
contrast 5.42:1
Card sample
#797eb0 text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #797eb0;
Background color
Panel with #797eb0 background
background-color: #797eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #797eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 126, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 126, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #797eb0; background: linear-gradient(135deg, #797eb0, #9979B0);