#92925c
a balanced, soft yellow · cool · closest name: tan
RGB
146, 146, 92
HSL
60°, 23%, 47%
CMYK
0, 0, 37, 43
Luminance
0.2744
Every format
| HEX | #92925c |
| RGB | rgb(146, 146, 92) |
| HSL | hsl(60, 23%, 47%) |
| CMYK | cmyk(0%, 0%, 37%, 43%) |
| LAB | lab(59.4 -8.6 28.7) |
| LCH | lch(59.4 29.9 106.7) |
| OKLCH | oklch(0.647 0.074 108.3) |
Copy-ready code
/* CSS */
color: #92925c;
background-color: #92925c;
/* Tailwind (arbitrary) */
class="text-[#92925c] bg-[#92925c]"
/* SCSS */
$brand: #92925c;
/* SwiftUI */
Color(red: 0.573, green: 0.573, blue: 0.361)
/* Android */
Color.parseColor("#92925c")Accessibility — WCAG contrast
Aa
#92925c on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#92925c on black: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green57.3%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow37.0%
Key (black)42.7%
Color previews
#92925c text on a black background
contrast 6.49:1
Card sample
#92925c text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92925c;
Background color
Panel with #92925c background
background-color: #92925c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92925c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 146, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 146, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92925c; background: linear-gradient(135deg, #92925c, #6E925C);