#afb545
a balanced, soft yellow · cool · closest name: olive
RGB
175, 181, 69
HSL
63°, 45%, 49%
CMYK
3, 0, 62, 29
Luminance
0.4259
Every format
| HEX | #afb545 |
| RGB | rgb(175, 181, 69) |
| HSL | hsl(63, 45%, 49%) |
| CMYK | cmyk(3%, 0%, 62%, 29%) |
| LAB | lab(71.3 -16.9 54.6) |
| LCH | lch(71.3 57.2 107.2) |
| OKLCH | oklch(0.747 0.135 112.1) |
Copy-ready code
/* CSS */
color: #afb545;
background-color: #afb545;
/* Tailwind (arbitrary) */
class="text-[#afb545] bg-[#afb545]"
/* SCSS */
$brand: #afb545;
/* SwiftUI */
Color(red: 0.686, green: 0.710, blue: 0.271)
/* Android */
Color.parseColor("#afb545")Accessibility — WCAG contrast
Aa
#afb545 on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb545 on black: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.0%
Blue27.1%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow61.9%
Key (black)29.0%
Color previews
#afb545 text on a black background
contrast 9.52:1
Card sample
#afb545 text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb545;
Background color
Panel with #afb545 background
background-color: #afb545;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb545;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 181, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 181, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb545; background: linear-gradient(135deg, #afb545, #64B545);