#9da283
a balanced, muted yellow · cool · closest name: tan
RGB
157, 162, 131
HSL
70°, 14%, 58%
CMYK
3, 0, 19, 37
Luminance
0.3465
Every format
| HEX | #9da283 |
| RGB | rgb(157, 162, 131) |
| HSL | hsl(70, 14%, 58%) |
| CMYK | cmyk(3%, 0%, 19%, 37%) |
| LAB | lab(65.5 -7.3 15.6) |
| LCH | lch(65.5 17.2 115.1) |
| OKLCH | oklch(0.700 0.044 115.0) |
Copy-ready code
/* CSS */
color: #9da283;
background-color: #9da283;
/* Tailwind (arbitrary) */
class="text-[#9da283] bg-[#9da283]"
/* SCSS */
$brand: #9da283;
/* SwiftUI */
Color(red: 0.616, green: 0.635, blue: 0.514)
/* Android */
Color.parseColor("#9da283")Accessibility — WCAG contrast
Aa
#9da283 on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da283 on black: 7.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green63.5%
Blue51.4%
CMYK percentages
Cyan3.1%
Magenta0.0%
Yellow19.1%
Key (black)36.5%
Color previews
#9da283 text on a black background
contrast 7.93:1
Card sample
#9da283 text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da283;
Background color
Panel with #9da283 background
background-color: #9da283;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da283;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 162, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 162, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da283; background: linear-gradient(135deg, #9da283, #88A283);