#95881b
a dark, vivid yellow · cool · closest name: olive
RGB
149, 136, 27
HSL
54°, 69%, 35%
CMYK
0, 9, 82, 42
Luminance
0.2408
Every format
| HEX | #95881b |
| RGB | rgb(149, 136, 27) |
| HSL | hsl(54, 69%, 35%) |
| CMYK | cmyk(0%, 9%, 82%, 42%) |
| LAB | lab(56.2 -6.9 55.0) |
| LCH | lch(56.2 55.4 97.1) |
| OKLCH | oklch(0.620 0.122 102.1) |
Copy-ready code
/* CSS */
color: #95881b;
background-color: #95881b;
/* Tailwind (arbitrary) */
class="text-[#95881b] bg-[#95881b]"
/* SCSS */
$brand: #95881b;
/* SwiftUI */
Color(red: 0.584, green: 0.533, blue: 0.106)
/* Android */
Color.parseColor("#95881b")Accessibility — WCAG contrast
Aa
#95881b on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#95881b on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green53.3%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta8.7%
Yellow81.9%
Key (black)41.6%
Color previews
#95881b text on a black background
contrast 5.82:1
Card sample
#95881b text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95881b;
Background color
Panel with #95881b background
background-color: #95881b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95881b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 136, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 136, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95881b; background: linear-gradient(135deg, #95881b, #51951B);