#7f8baf
a balanced, soft blue · warm · closest name: steelblue
RGB
127, 139, 175
HSL
225°, 23%, 59%
CMYK
27, 21, 0, 31
Luminance
0.2607
Every format
| HEX | #7f8baf |
| RGB | rgb(127, 139, 175) |
| HSL | hsl(225, 23%, 59%) |
| CMYK | cmyk(27%, 21%, 0%, 31%) |
| LAB | lab(58.1 4.0 -20.4) |
| LCH | lch(58.1 20.7 281.1) |
| OKLCH | oklch(0.640 0.056 270.4) |
Copy-ready code
/* CSS */
color: #7f8baf;
background-color: #7f8baf;
/* Tailwind (arbitrary) */
class="text-[#7f8baf] bg-[#7f8baf]"
/* SCSS */
$brand: #7f8baf;
/* SwiftUI */
Color(red: 0.498, green: 0.545, blue: 0.686)
/* Android */
Color.parseColor("#7f8baf")Accessibility — WCAG contrast
Aa
#7f8baf on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7f8baf on black: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green54.5%
Blue68.6%
CMYK percentages
Cyan27.4%
Magenta20.6%
Yellow0.0%
Key (black)31.4%
Color previews
#7f8baf text on a black background
contrast 6.21:1
Card sample
#7f8baf text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f8baf;
Background color
Panel with #7f8baf background
background-color: #7f8baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f8baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 139, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 139, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f8baf; background: linear-gradient(135deg, #7f8baf, #937FAF);