#7f7f91
a balanced, muted gray · warm · closest name: gray
RGB
127, 127, 145
HSL
240°, 8%, 53%
CMYK
12, 12, 0, 43
Luminance
0.2174
Every format
| HEX | #7f7f91 |
| RGB | rgb(127, 127, 145) |
| HSL | hsl(240, 8%, 53%) |
| CMYK | cmyk(12%, 12%, 0%, 43%) |
| LAB | lab(53.7 3.8 -9.7) |
| LCH | lch(53.7 10.4 291.5) |
| OKLCH | oklch(0.603 0.027 285.6) |
Copy-ready code
/* CSS */
color: #7f7f91;
background-color: #7f7f91;
/* Tailwind (arbitrary) */
class="text-[#7f7f91] bg-[#7f7f91]"
/* SCSS */
$brand: #7f7f91;
/* SwiftUI */
Color(red: 0.498, green: 0.498, blue: 0.569)
/* Android */
Color.parseColor("#7f7f91")Accessibility — WCAG contrast
Aa
#7f7f91 on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7f7f91 on black: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green49.8%
Blue56.9%
CMYK percentages
Cyan12.4%
Magenta12.4%
Yellow0.0%
Key (black)43.1%
Color previews
#7f7f91 text on a black background
contrast 5.35:1
Card sample
#7f7f91 text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f7f91;
Background color
Panel with #7f7f91 background
background-color: #7f7f91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f7f91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 127, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 127, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f7f91; background: linear-gradient(135deg, #7f7f91, #8B7F91);