#7f97af
a balanced, soft blue · cool · closest name: gray
RGB
127, 151, 175
HSL
210°, 23%, 59%
CMYK
27, 14, 0, 31
Luminance
0.2974
Every format
| HEX | #7f97af |
| RGB | rgb(127, 151, 175) |
| HSL | hsl(210, 23%, 59%) |
| CMYK | cmyk(27%, 14%, 0%, 31%) |
| LAB | lab(61.4 -2.8 -15.3) |
| LCH | lch(61.4 15.6 259.5) |
| OKLCH | oklch(0.666 0.045 248.5) |
Copy-ready code
/* CSS */
color: #7f97af;
background-color: #7f97af;
/* Tailwind (arbitrary) */
class="text-[#7f97af] bg-[#7f97af]"
/* SCSS */
$brand: #7f97af;
/* SwiftUI */
Color(red: 0.498, green: 0.592, blue: 0.686)
/* Android */
Color.parseColor("#7f97af")Accessibility — WCAG contrast
Aa
#7f97af on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7f97af on black: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green59.2%
Blue68.6%
CMYK percentages
Cyan27.4%
Magenta13.7%
Yellow0.0%
Key (black)31.4%
Color previews
#7f97af text on a black background
contrast 6.95:1
Card sample
#7f97af text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f97af;
Background color
Panel with #7f97af background
background-color: #7f97af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f97af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 151, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 151, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f97af; background: linear-gradient(135deg, #7f97af, #877FAF);