#afb211
a dark, electric yellow · cool · closest name: olive
RGB
175, 178, 17
HSL
61°, 83%, 38%
CMYK
2, 0, 90, 30
Luminance
0.4100
Every format
| HEX | #afb211 |
| RGB | rgb(175, 178, 17) |
| HSL | hsl(61, 83%, 38%) |
| CMYK | cmyk(2%, 0%, 90%, 30%) |
| LAB | lab(70.2 -17.5 69.7) |
| LCH | lch(70.2 71.9 104.1) |
| OKLCH | oklch(0.737 0.159 111.0) |
Copy-ready code
/* CSS */
color: #afb211;
background-color: #afb211;
/* Tailwind (arbitrary) */
class="text-[#afb211] bg-[#afb211]"
/* SCSS */
$brand: #afb211;
/* SwiftUI */
Color(red: 0.686, green: 0.698, blue: 0.067)
/* Android */
Color.parseColor("#afb211")Accessibility — WCAG contrast
Aa
#afb211 on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb211 on black: 9.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green69.8%
Blue6.7%
CMYK percentages
Cyan1.7%
Magenta0.0%
Yellow90.4%
Key (black)30.2%
Color previews
#afb211 text on a black background
contrast 9.20:1
Card sample
#afb211 text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb211;
Background color
Panel with #afb211 background
background-color: #afb211;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb211;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 178, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 178, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb211; background: linear-gradient(135deg, #afb211, #44B211);