#afb548
a balanced, soft yellow · cool · closest name: olive
RGB
175, 181, 72
HSL
63°, 43%, 50%
CMYK
3, 0, 60, 29
Luminance
0.4263
Every format
| HEX | #afb548 |
| RGB | rgb(175, 181, 72) |
| HSL | hsl(63, 43%, 50%) |
| CMYK | cmyk(3%, 0%, 60%, 29%) |
| LAB | lab(71.3 -16.6 53.3) |
| LCH | lch(71.3 55.9 107.3) |
| OKLCH | oklch(0.747 0.132 112.1) |
Copy-ready code
/* CSS */
color: #afb548;
background-color: #afb548;
/* Tailwind (arbitrary) */
class="text-[#afb548] bg-[#afb548]"
/* SCSS */
$brand: #afb548;
/* SwiftUI */
Color(red: 0.686, green: 0.710, blue: 0.282)
/* Android */
Color.parseColor("#afb548")Accessibility — WCAG contrast
Aa
#afb548 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb548 on black: 9.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.0%
Blue28.2%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow60.2%
Key (black)29.0%
Color previews
#afb548 text on a black background
contrast 9.53:1
Card sample
#afb548 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb548;
Background color
Panel with #afb548 background
background-color: #afb548;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb548;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 181, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 181, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb548; background: linear-gradient(135deg, #afb548, #66B548);