#797baf
a balanced, soft blue · warm · closest name: steelblue
RGB
121, 123, 175
HSL
238°, 25%, 58%
CMYK
31, 30, 0, 31
Luminance
0.2133
Every format
| HEX | #797baf |
| RGB | rgb(121, 123, 175) |
| HSL | hsl(238, 25%, 58%) |
| CMYK | cmyk(31%, 30%, 0%, 31%) |
| LAB | lab(53.3 11.5 -27.8) |
| LCH | lch(53.3 30.1 292.5) |
| OKLCH | oklch(0.602 0.079 282.1) |
Copy-ready code
/* CSS */
color: #797baf;
background-color: #797baf;
/* Tailwind (arbitrary) */
class="text-[#797baf] bg-[#797baf]"
/* SCSS */
$brand: #797baf;
/* SwiftUI */
Color(red: 0.475, green: 0.482, blue: 0.686)
/* Android */
Color.parseColor("#797baf")Accessibility — WCAG contrast
Aa
#797baf on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#797baf on black: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green48.2%
Blue68.6%
CMYK percentages
Cyan30.9%
Magenta29.7%
Yellow0.0%
Key (black)31.4%
Color previews
#797baf text on a black background
contrast 5.27:1
Card sample
#797baf text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #797baf;
Background color
Panel with #797baf background
background-color: #797baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #797baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 123, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 123, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #797baf; background: linear-gradient(135deg, #797baf, #9B79AF);