#afb035
a dark, vivid yellow · cool · closest name: olive
RGB
175, 176, 53
HSL
61°, 54%, 45%
CMYK
1, 0, 70, 31
Luminance
0.4042
Every format
| HEX | #afb035 |
| RGB | rgb(175, 176, 53) |
| HSL | hsl(61, 54%, 45%) |
| CMYK | cmyk(1%, 0%, 70%, 31%) |
| LAB | lab(69.8 -15.3 59.5) |
| LCH | lch(69.8 61.5 104.4) |
| OKLCH | oklch(0.734 0.141 109.9) |
Copy-ready code
/* CSS */
color: #afb035;
background-color: #afb035;
/* Tailwind (arbitrary) */
class="text-[#afb035] bg-[#afb035]"
/* SCSS */
$brand: #afb035;
/* SwiftUI */
Color(red: 0.686, green: 0.690, blue: 0.208)
/* Android */
Color.parseColor("#afb035")Accessibility — WCAG contrast
Aa
#afb035 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb035 on black: 9.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green69.0%
Blue20.8%
CMYK percentages
Cyan0.6%
Magenta0.0%
Yellow69.9%
Key (black)31.0%
Color previews
#afb035 text on a black background
contrast 9.08:1
Card sample
#afb035 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb035;
Background color
Panel with #afb035 background
background-color: #afb035;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb035;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 176, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 176, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb035; background: linear-gradient(135deg, #afb035, #5DB035);