#af9632
a dark, vivid yellow · cool · closest name: olive
RGB
175, 150, 50
HSL
48°, 56%, 44%
CMYK
0, 14, 71, 31
Luminance
0.3116
Every format
| HEX | #af9632 |
| RGB | rgb(175, 150, 50) |
| HSL | hsl(48, 56%, 44%) |
| CMYK | cmyk(0%, 14%, 71%, 31%) |
| LAB | lab(62.6 -1.7 53.6) |
| LCH | lch(62.6 53.6 91.9) |
| OKLCH | oklch(0.677 0.120 94.7) |
Copy-ready code
/* CSS */
color: #af9632;
background-color: #af9632;
/* Tailwind (arbitrary) */
class="text-[#af9632] bg-[#af9632]"
/* SCSS */
$brand: #af9632;
/* SwiftUI */
Color(red: 0.686, green: 0.588, blue: 0.196)
/* Android */
Color.parseColor("#af9632")Accessibility — WCAG contrast
Aa
#af9632 on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9632 on black: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green58.8%
Blue19.6%
CMYK percentages
Cyan0.0%
Magenta14.3%
Yellow71.4%
Key (black)31.4%
Color previews
#af9632 text on a black background
contrast 7.23:1
Card sample
#af9632 text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9632;
Background color
Panel with #af9632 background
background-color: #af9632;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9632;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 150, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 150, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9632; background: linear-gradient(135deg, #af9632, #75AF32);