#9da03f
a dark, soft yellow · cool · closest name: olive
RGB
157, 160, 63
HSL
62°, 44%, 44%
CMYK
2, 0, 61, 37
Luminance
0.3267
Every format
| HEX | #9da03f |
| RGB | rgb(157, 160, 63) |
| HSL | hsl(62, 44%, 44%) |
| CMYK | cmyk(2%, 0%, 61%, 37%) |
| LAB | lab(63.9 -14.2 48.8) |
| LCH | lch(63.9 50.9 106.2) |
| OKLCH | oklch(0.684 0.120 110.8) |
Copy-ready code
/* CSS */
color: #9da03f;
background-color: #9da03f;
/* Tailwind (arbitrary) */
class="text-[#9da03f] bg-[#9da03f]"
/* SCSS */
$brand: #9da03f;
/* SwiftUI */
Color(red: 0.616, green: 0.627, blue: 0.247)
/* Android */
Color.parseColor("#9da03f")Accessibility — WCAG contrast
Aa
#9da03f on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da03f on black: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green62.7%
Blue24.7%
CMYK percentages
Cyan1.9%
Magenta0.0%
Yellow60.6%
Key (black)37.3%
Color previews
#9da03f text on a black background
contrast 7.53:1
Card sample
#9da03f text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da03f;
Background color
Panel with #9da03f background
background-color: #9da03f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da03f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 160, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 160, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da03f; background: linear-gradient(135deg, #9da03f, #5CA03F);