#afd326
a balanced, vivid green · cool · closest name: yellow
RGB
175, 211, 38
HSL
73°, 70%, 49%
CMYK
17, 0, 82, 17
Luminance
0.5584
Every format
| HEX | #afd326 |
| RGB | rgb(175, 211, 38) |
| HSL | hsl(73, 70%, 49%) |
| CMYK | cmyk(17%, 0%, 82%, 17%) |
| LAB | lab(79.5 -33.0 73.2) |
| LCH | lch(79.5 80.3 114.2) |
| OKLCH | oklch(0.812 0.187 121.6) |
Copy-ready code
/* CSS */
color: #afd326;
background-color: #afd326;
/* Tailwind (arbitrary) */
class="text-[#afd326] bg-[#afd326]"
/* SCSS */
$brand: #afd326;
/* SwiftUI */
Color(red: 0.686, green: 0.827, blue: 0.149)
/* Android */
Color.parseColor("#afd326")Accessibility — WCAG contrast
Aa
#afd326 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd326 on black: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.7%
Blue14.9%
CMYK percentages
Cyan17.1%
Magenta0.0%
Yellow82.0%
Key (black)17.3%
Color previews
#afd326 text on a black background
contrast 12.17:1
Card sample
#afd326 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd326;
Background color
Panel with #afd326 background
background-color: #afd326;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd326;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 211, 38, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 211, 38, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd326; background: linear-gradient(135deg, #afd326, #3CD326);