#9da299
a balanced, muted gray · cool · closest name: silver
RGB
157, 162, 153
HSL
93°, 5%, 62%
CMYK
3, 0, 6, 37
Luminance
0.3531
Every format
| HEX | #9da299 |
| RGB | rgb(157, 162, 153) |
| HSL | hsl(93, 5%, 62%) |
| CMYK | cmyk(3%, 0%, 6%, 37%) |
| LAB | lab(66.0 -3.5 4.1) |
| LCH | lch(66.0 5.4 130.8) |
| OKLCH | oklch(0.706 0.014 130.8) |
Copy-ready code
/* CSS */
color: #9da299;
background-color: #9da299;
/* Tailwind (arbitrary) */
class="text-[#9da299] bg-[#9da299]"
/* SCSS */
$brand: #9da299;
/* SwiftUI */
Color(red: 0.616, green: 0.635, blue: 0.600)
/* Android */
Color.parseColor("#9da299")Accessibility — WCAG contrast
Aa
#9da299 on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da299 on black: 8.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green63.5%
Blue60.0%
CMYK percentages
Cyan3.1%
Magenta0.0%
Yellow5.6%
Key (black)36.5%
Color previews
#9da299 text on a black background
contrast 8.06:1
Card sample
#9da299 text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da299;
Background color
Panel with #9da299 background
background-color: #9da299;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da299;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 162, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 162, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da299; background: linear-gradient(135deg, #9da299, #99A29B);