#908994
a balanced, muted gray · warm · closest name: gray
RGB
144, 137, 148
HSL
278°, 5%, 56%
CMYK
3, 7, 0, 42
Luminance
0.2596
Every format
| HEX | #908994 |
| RGB | rgb(144, 137, 148) |
| HSL | hsl(278, 5%, 56%) |
| CMYK | cmyk(3%, 7%, 0%, 42%) |
| LAB | lab(58.0 4.8 -4.9) |
| LCH | lch(58.0 6.8 314.0) |
| OKLCH | oklch(0.640 0.018 313.5) |
Copy-ready code
/* CSS */
color: #908994;
background-color: #908994;
/* Tailwind (arbitrary) */
class="text-[#908994] bg-[#908994]"
/* SCSS */
$brand: #908994;
/* SwiftUI */
Color(red: 0.565, green: 0.537, blue: 0.580)
/* Android */
Color.parseColor("#908994")Accessibility — WCAG contrast
Aa
#908994 on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#908994 on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green53.7%
Blue58.0%
CMYK percentages
Cyan2.7%
Magenta7.4%
Yellow0.0%
Key (black)42.0%
Color previews
#908994 text on a black background
contrast 6.19:1
Card sample
#908994 text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #908994;
Background color
Panel with #908994 background
background-color: #908994;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #908994;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 137, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 137, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #908994; background: linear-gradient(135deg, #908994, #948991);