#afb33f
a balanced, vivid yellow · cool · closest name: olive
RGB
175, 179, 63
HSL
62°, 48%, 48%
CMYK
2, 0, 65, 30
Luminance
0.4171
Every format
| HEX | #afb33f |
| RGB | rgb(175, 179, 63) |
| HSL | hsl(62, 48%, 48%) |
| CMYK | cmyk(2%, 0%, 65%, 30%) |
| LAB | lab(70.7 -16.2 56.5) |
| LCH | lch(70.7 58.8 106.0) |
| OKLCH | oklch(0.742 0.137 111.2) |
Copy-ready code
/* CSS */
color: #afb33f;
background-color: #afb33f;
/* Tailwind (arbitrary) */
class="text-[#afb33f] bg-[#afb33f]"
/* SCSS */
$brand: #afb33f;
/* SwiftUI */
Color(red: 0.686, green: 0.702, blue: 0.247)
/* Android */
Color.parseColor("#afb33f")Accessibility — WCAG contrast
Aa
#afb33f on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb33f on black: 9.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green70.2%
Blue24.7%
CMYK percentages
Cyan2.2%
Magenta0.0%
Yellow64.8%
Key (black)29.8%
Color previews
#afb33f text on a black background
contrast 9.34:1
Card sample
#afb33f text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb33f;
Background color
Panel with #afb33f background
background-color: #afb33f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb33f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 179, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 179, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb33f; background: linear-gradient(135deg, #afb33f, #62B33F);