#7f8da9
a balanced, soft blue · cool · closest name: gray
RGB
127, 141, 169
HSL
220°, 20%, 58%
CMYK
25, 17, 0, 34
Luminance
0.2643
Every format
| HEX | #7f8da9 |
| RGB | rgb(127, 141, 169) |
| HSL | hsl(220, 20%, 58%) |
| CMYK | cmyk(25%, 17%, 0%, 34%) |
| LAB | lab(58.4 1.4 -16.4) |
| LCH | lch(58.4 16.5 274.7) |
| OKLCH | oklch(0.642 0.045 264.2) |
Copy-ready code
/* CSS */
color: #7f8da9;
background-color: #7f8da9;
/* Tailwind (arbitrary) */
class="text-[#7f8da9] bg-[#7f8da9]"
/* SCSS */
$brand: #7f8da9;
/* SwiftUI */
Color(red: 0.498, green: 0.553, blue: 0.663)
/* Android */
Color.parseColor("#7f8da9")Accessibility — WCAG contrast
Aa
#7f8da9 on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7f8da9 on black: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green55.3%
Blue66.3%
CMYK percentages
Cyan24.9%
Magenta16.6%
Yellow0.0%
Key (black)33.7%
Color previews
#7f8da9 text on a black background
contrast 6.29:1
Card sample
#7f8da9 text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f8da9;
Background color
Panel with #7f8da9 background
background-color: #7f8da9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f8da9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 141, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 141, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f8da9; background: linear-gradient(135deg, #7f8da9, #8D7FA9);