#907f21
a dark, vivid yellow · cool · closest name: olive
RGB
144, 127, 33
HSL
51°, 63%, 35%
CMYK
0, 12, 77, 44
Luminance
0.2122
Every format
| HEX | #907f21 |
| RGB | rgb(144, 127, 33) |
| HSL | hsl(51, 63%, 35%) |
| CMYK | cmyk(0%, 12%, 77%, 44%) |
| LAB | lab(53.2 -4.0 50.1) |
| LCH | lch(53.2 50.2 94.6) |
| OKLCH | oklch(0.595 0.111 98.5) |
Copy-ready code
/* CSS */
color: #907f21;
background-color: #907f21;
/* Tailwind (arbitrary) */
class="text-[#907f21] bg-[#907f21]"
/* SCSS */
$brand: #907f21;
/* SwiftUI */
Color(red: 0.565, green: 0.498, blue: 0.129)
/* Android */
Color.parseColor("#907f21")Accessibility — WCAG contrast
Aa
#907f21 on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#907f21 on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green49.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta11.8%
Yellow77.1%
Key (black)43.5%
Color previews
#907f21 text on a black background
contrast 5.24:1
Card sample
#907f21 text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #907f21;
Background color
Panel with #907f21 background
background-color: #907f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #907f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 127, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 127, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #907f21; background: linear-gradient(135deg, #907f21, #579021);