#7983af
a balanced, soft blue · warm · closest name: steelblue
RGB
121, 131, 175
HSL
229°, 25%, 58%
CMYK
31, 25, 0, 31
Luminance
0.2339
Every format
| HEX | #7983af |
| RGB | rgb(121, 131, 175) |
| HSL | hsl(229, 25%, 58%) |
| CMYK | cmyk(31%, 25%, 0%, 31%) |
| LAB | lab(55.5 6.8 -24.4) |
| LCH | lch(55.5 25.4 285.6) |
| OKLCH | oklch(0.619 0.068 274.4) |
Copy-ready code
/* CSS */
color: #7983af;
background-color: #7983af;
/* Tailwind (arbitrary) */
class="text-[#7983af] bg-[#7983af]"
/* SCSS */
$brand: #7983af;
/* SwiftUI */
Color(red: 0.475, green: 0.514, blue: 0.686)
/* Android */
Color.parseColor("#7983af")Accessibility — WCAG contrast
Aa
#7983af on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7983af on black: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green51.4%
Blue68.6%
CMYK percentages
Cyan30.9%
Magenta25.1%
Yellow0.0%
Key (black)31.4%
Color previews
#7983af text on a black background
contrast 5.68:1
Card sample
#7983af text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7983af;
Background color
Panel with #7983af background
background-color: #7983af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7983af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 131, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 131, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7983af; background: linear-gradient(135deg, #7983af, #9379AF);