#907621
a dark, vivid yellow · cool · closest name: olive
RGB
144, 118, 33
HSL
46°, 63%, 35%
CMYK
0, 18, 77, 44
Luminance
0.1900
Every format
| HEX | #907621 |
| RGB | rgb(144, 118, 33) |
| HSL | hsl(46, 63%, 35%) |
| CMYK | cmyk(0%, 18%, 77%, 44%) |
| LAB | lab(50.7 1.1 47.7) |
| LCH | lch(50.7 47.7 88.7) |
| OKLCH | oklch(0.575 0.105 91.1) |
Copy-ready code
/* CSS */
color: #907621;
background-color: #907621;
/* Tailwind (arbitrary) */
class="text-[#907621] bg-[#907621]"
/* SCSS */
$brand: #907621;
/* SwiftUI */
Color(red: 0.565, green: 0.463, blue: 0.129)
/* Android */
Color.parseColor("#907621")Accessibility — WCAG contrast
Aa
#907621 on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#907621 on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green46.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta18.1%
Yellow77.1%
Key (black)43.5%
Color previews
#907621 text on a black background
contrast 4.80:1
Card sample
#907621 text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #907621;
Background color
Panel with #907621 background
background-color: #907621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #907621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 118, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 118, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #907621; background: linear-gradient(135deg, #907621, #609021);