#abb261
a balanced, soft yellow · cool · closest name: khaki
RGB
171, 178, 97
HSL
65°, 35%, 54%
CMYK
4, 0, 46, 30
Luminance
0.4136
Every format
| HEX | #abb261 |
| RGB | rgb(171, 178, 97) |
| HSL | hsl(65, 35%, 54%) |
| CMYK | cmyk(4%, 0%, 46%, 30%) |
| LAB | lab(70.4 -14.6 40.4) |
| LCH | lch(70.4 42.9 109.9) |
| OKLCH | oklch(0.740 0.105 113.0) |
Copy-ready code
/* CSS */
color: #abb261;
background-color: #abb261;
/* Tailwind (arbitrary) */
class="text-[#abb261] bg-[#abb261]"
/* SCSS */
$brand: #abb261;
/* SwiftUI */
Color(red: 0.671, green: 0.698, blue: 0.380)
/* Android */
Color.parseColor("#abb261")Accessibility — WCAG contrast
Aa
#abb261 on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abb261 on black: 9.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green69.8%
Blue38.0%
CMYK percentages
Cyan3.9%
Magenta0.0%
Yellow45.5%
Key (black)30.2%
Color previews
#abb261 text on a black background
contrast 9.27:1
Card sample
#abb261 text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abb261;
Background color
Panel with #abb261 background
background-color: #abb261;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abb261;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 178, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 178, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abb261; background: linear-gradient(135deg, #abb261, #75B261);