#afbc08
a dark, electric yellow · cool · closest name: olive
RGB
175, 188, 8
HSL
64°, 92%, 38%
CMYK
7, 0, 96, 26
Luminance
0.4510
Every format
| HEX | #afbc08 |
| RGB | rgb(175, 188, 8) |
| HSL | hsl(64, 92%, 38%) |
| CMYK | cmyk(7%, 0%, 96%, 26%) |
| LAB | lab(73.0 -22.6 73.0) |
| LCH | lch(73.0 76.5 107.2) |
| OKLCH | oklch(0.759 0.170 114.7) |
Copy-ready code
/* CSS */
color: #afbc08;
background-color: #afbc08;
/* Tailwind (arbitrary) */
class="text-[#afbc08] bg-[#afbc08]"
/* SCSS */
$brand: #afbc08;
/* SwiftUI */
Color(red: 0.686, green: 0.737, blue: 0.031)
/* Android */
Color.parseColor("#afbc08")Accessibility — WCAG contrast
Aa
#afbc08 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbc08 on black: 10.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.7%
Blue3.1%
CMYK percentages
Cyan6.9%
Magenta0.0%
Yellow95.7%
Key (black)26.3%
Color previews
#afbc08 text on a black background
contrast 10.02:1
Card sample
#afbc08 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbc08;
Background color
Panel with #afbc08 background
background-color: #afbc08;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbc08;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 188, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 188, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbc08; background: linear-gradient(135deg, #afbc08, #37BC08);