#afb61b
a dark, vivid yellow · cool · closest name: olive
RGB
175, 182, 27
HSL
63°, 74%, 41%
CMYK
4, 0, 85, 29
Luminance
0.4265
Every format
| HEX | #afb61b |
| RGB | rgb(175, 182, 27) |
| HSL | hsl(63, 74%, 41%) |
| CMYK | cmyk(4%, 0%, 85%, 29%) |
| LAB | lab(71.3 -19.3 68.8) |
| LCH | lch(71.3 71.4 105.7) |
| OKLCH | oklch(0.746 0.160 112.5) |
Copy-ready code
/* CSS */
color: #afb61b;
background-color: #afb61b;
/* Tailwind (arbitrary) */
class="text-[#afb61b] bg-[#afb61b]"
/* SCSS */
$brand: #afb61b;
/* SwiftUI */
Color(red: 0.686, green: 0.714, blue: 0.106)
/* Android */
Color.parseColor("#afb61b")Accessibility — WCAG contrast
Aa
#afb61b on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb61b on black: 9.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.4%
Blue10.6%
CMYK percentages
Cyan3.8%
Magenta0.0%
Yellow85.2%
Key (black)28.6%
Color previews
#afb61b text on a black background
contrast 9.53:1
Card sample
#afb61b text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb61b;
Background color
Panel with #afb61b background
background-color: #afb61b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb61b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 182, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 182, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb61b; background: linear-gradient(135deg, #afb61b, #48B61B);