#90906f
a balanced, muted yellow · cool · closest name: gray
RGB
144, 144, 111
HSL
60°, 13%, 50%
CMYK
0, 0, 23, 44
Luminance
0.2702
Every format
| HEX | #90906f |
| RGB | rgb(144, 144, 111) |
| HSL | hsl(60, 13%, 50%) |
| CMYK | cmyk(0%, 0%, 23%, 44%) |
| LAB | lab(59.0 -5.7 17.6) |
| LCH | lch(59.0 18.5 108.0) |
| OKLCH | oklch(0.644 0.047 107.6) |
Copy-ready code
/* CSS */
color: #90906f;
background-color: #90906f;
/* Tailwind (arbitrary) */
class="text-[#90906f] bg-[#90906f]"
/* SCSS */
$brand: #90906f;
/* SwiftUI */
Color(red: 0.565, green: 0.565, blue: 0.435)
/* Android */
Color.parseColor("#90906f")Accessibility — WCAG contrast
Aa
#90906f on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#90906f on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green56.5%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow22.9%
Key (black)43.5%
Color previews
#90906f text on a black background
contrast 6.40:1
Card sample
#90906f text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90906f;
Background color
Panel with #90906f background
background-color: #90906f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90906f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 144, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 144, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90906f; background: linear-gradient(135deg, #90906f, #7A906F);