#7f84af
a balanced, soft blue · warm · closest name: steelblue
RGB
127, 132, 175
HSL
234°, 23%, 59%
CMYK
27, 25, 0, 31
Luminance
0.2411
Every format
| HEX | #7f84af |
| RGB | rgb(127, 132, 175) |
| HSL | hsl(234, 23%, 59%) |
| CMYK | cmyk(27%, 25%, 0%, 31%) |
| LAB | lab(56.2 8.1 -23.3) |
| LCH | lch(56.2 24.6 289.1) |
| OKLCH | oklch(0.625 0.065 279.2) |
Copy-ready code
/* CSS */
color: #7f84af;
background-color: #7f84af;
/* Tailwind (arbitrary) */
class="text-[#7f84af] bg-[#7f84af]"
/* SCSS */
$brand: #7f84af;
/* SwiftUI */
Color(red: 0.498, green: 0.518, blue: 0.686)
/* Android */
Color.parseColor("#7f84af")Accessibility — WCAG contrast
Aa
#7f84af on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7f84af on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green51.8%
Blue68.6%
CMYK percentages
Cyan27.4%
Magenta24.6%
Yellow0.0%
Key (black)31.4%
Color previews
#7f84af text on a black background
contrast 5.82:1
Card sample
#7f84af text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f84af;
Background color
Panel with #7f84af background
background-color: #7f84af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f84af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 132, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 132, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f84af; background: linear-gradient(135deg, #7f84af, #9A7FAF);