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