#afb430
a dark, vivid yellow · cool · closest name: olive
RGB
175, 180, 48
HSL
62°, 58%, 45%
CMYK
3, 0, 73, 29
Luminance
0.4197
Every format
| HEX | #afb430 |
| RGB | rgb(175, 180, 48) |
| HSL | hsl(62, 58%, 45%) |
| CMYK | cmyk(3%, 0%, 73%, 29%) |
| LAB | lab(70.8 -17.6 62.4) |
| LCH | lch(70.8 64.8 105.7) |
| OKLCH | oklch(0.743 0.148 111.7) |
Copy-ready code
/* CSS */
color: #afb430;
background-color: #afb430;
/* Tailwind (arbitrary) */
class="text-[#afb430] bg-[#afb430]"
/* SCSS */
$brand: #afb430;
/* SwiftUI */
Color(red: 0.686, green: 0.706, blue: 0.188)
/* Android */
Color.parseColor("#afb430")Accessibility — WCAG contrast
Aa
#afb430 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb430 on black: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green70.6%
Blue18.8%
CMYK percentages
Cyan2.8%
Magenta0.0%
Yellow73.3%
Key (black)29.4%
Color previews
#afb430 text on a black background
contrast 9.39:1
Card sample
#afb430 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb430;
Background color
Panel with #afb430 background
background-color: #afb430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 180, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 180, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb430; background: linear-gradient(135deg, #afb430, #57B430);