#abaf3f
a balanced, vivid yellow · cool · closest name: olive
RGB
171, 175, 63
HSL
62°, 47%, 47%
CMYK
2, 0, 64, 31
Luminance
0.3968
Every format
| HEX | #abaf3f |
| RGB | rgb(171, 175, 63) |
| HSL | hsl(62, 47%, 47%) |
| CMYK | cmyk(2%, 0%, 64%, 31%) |
| LAB | lab(69.2 -15.9 54.9) |
| LCH | lch(69.2 57.2 106.2) |
| OKLCH | oklch(0.729 0.134 111.2) |
Copy-ready code
/* CSS */
color: #abaf3f;
background-color: #abaf3f;
/* Tailwind (arbitrary) */
class="text-[#abaf3f] bg-[#abaf3f]"
/* SCSS */
$brand: #abaf3f;
/* SwiftUI */
Color(red: 0.671, green: 0.686, blue: 0.247)
/* Android */
Color.parseColor("#abaf3f")Accessibility — WCAG contrast
Aa
#abaf3f on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abaf3f on black: 8.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green68.6%
Blue24.7%
CMYK percentages
Cyan2.3%
Magenta0.0%
Yellow64.0%
Key (black)31.4%
Color previews
#abaf3f text on a black background
contrast 8.94:1
Card sample
#abaf3f text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abaf3f;
Background color
Panel with #abaf3f background
background-color: #abaf3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abaf3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 175, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 175, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abaf3f; background: linear-gradient(135deg, #abaf3f, #60AF3F);