#a3b261
a balanced, soft green · cool · closest name: olivedrab
RGB
163, 178, 97
HSL
71°, 35%, 54%
CMYK
8, 0, 46, 30
Luminance
0.4049
Every format
| HEX | #a3b261 |
| RGB | rgb(163, 178, 97) |
| HSL | hsl(71, 35%, 54%) |
| CMYK | cmyk(8%, 0%, 46%, 30%) |
| LAB | lab(69.8 -17.8 39.5) |
| LCH | lch(69.8 43.3 114.3) |
| OKLCH | oklch(0.734 0.107 117.7) |
Copy-ready code
/* CSS */
color: #a3b261;
background-color: #a3b261;
/* Tailwind (arbitrary) */
class="text-[#a3b261] bg-[#a3b261]"
/* SCSS */
$brand: #a3b261;
/* SwiftUI */
Color(red: 0.639, green: 0.698, blue: 0.380)
/* Android */
Color.parseColor("#a3b261")Accessibility — WCAG contrast
Aa
#a3b261 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3b261 on black: 9.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green69.8%
Blue38.0%
CMYK percentages
Cyan8.4%
Magenta0.0%
Yellow45.5%
Key (black)30.2%
Color previews
#a3b261 text on a black background
contrast 9.10:1
Card sample
#a3b261 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3b261;
Background color
Panel with #a3b261 background
background-color: #a3b261;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3b261;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 178, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 178, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3b261; background: linear-gradient(135deg, #a3b261, #6DB261);