#909052
a dark, soft yellow · cool · closest name: tan
RGB
144, 144, 82
HSL
60°, 27%, 44%
CMYK
0, 0, 43, 44
Luminance
0.2649
Every format
| HEX | #909052 |
| RGB | rgb(144, 144, 82) |
| HSL | hsl(60, 27%, 44%) |
| CMYK | cmyk(0%, 0%, 43%, 44%) |
| LAB | lab(58.5 -9.5 32.9) |
| LCH | lch(58.5 34.2 106.2) |
| OKLCH | oklch(0.639 0.084 108.6) |
Copy-ready code
/* CSS */
color: #909052;
background-color: #909052;
/* Tailwind (arbitrary) */
class="text-[#909052] bg-[#909052]"
/* SCSS */
$brand: #909052;
/* SwiftUI */
Color(red: 0.565, green: 0.565, blue: 0.322)
/* Android */
Color.parseColor("#909052")Accessibility — WCAG contrast
Aa
#909052 on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#909052 on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green56.5%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow43.1%
Key (black)43.5%
Color previews
#909052 text on a black background
contrast 6.30:1
Card sample
#909052 text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #909052;
Background color
Panel with #909052 background
background-color: #909052;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #909052;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 144, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 144, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #909052; background: linear-gradient(135deg, #909052, #679052);