#948238
a dark, vivid yellow · cool · closest name: olive
RGB
148, 130, 56
HSL
48°, 45%, 40%
CMYK
0, 12, 62, 42
Luminance
0.2255
Every format
| HEX | #948238 |
| RGB | rgb(148, 130, 56) |
| HSL | hsl(48, 45%, 40%) |
| CMYK | cmyk(0%, 12%, 62%, 42%) |
| LAB | lab(54.6 -2.5 41.6) |
| LCH | lch(54.6 41.7 93.4) |
| OKLCH | oklch(0.608 0.096 95.7) |
Copy-ready code
/* CSS */
color: #948238;
background-color: #948238;
/* Tailwind (arbitrary) */
class="text-[#948238] bg-[#948238]"
/* SCSS */
$brand: #948238;
/* SwiftUI */
Color(red: 0.580, green: 0.510, blue: 0.220)
/* Android */
Color.parseColor("#948238")Accessibility — WCAG contrast
Aa
#948238 on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#948238 on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green51.0%
Blue22.0%
CMYK percentages
Cyan0.0%
Magenta12.2%
Yellow62.2%
Key (black)42.0%
Color previews
#948238 text on a black background
contrast 5.51:1
Card sample
#948238 text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #948238;
Background color
Panel with #948238 background
background-color: #948238;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #948238;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 130, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 130, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #948238; background: linear-gradient(135deg, #948238, #699438);