#afd233
a balanced, vivid green · cool · closest name: olivedrab
RGB
175, 210, 51
HSL
73°, 64%, 51%
CMYK
17, 0, 76, 18
Luminance
0.5545
Every format
| HEX | #afd233 |
| RGB | rgb(175, 210, 51) |
| HSL | hsl(73, 64%, 51%) |
| CMYK | cmyk(17%, 0%, 76%, 18%) |
| LAB | lab(79.3 -32.0 69.3) |
| LCH | lch(79.3 76.4 114.8) |
| OKLCH | oklch(0.811 0.180 121.7) |
Copy-ready code
/* CSS */
color: #afd233;
background-color: #afd233;
/* Tailwind (arbitrary) */
class="text-[#afd233] bg-[#afd233]"
/* SCSS */
$brand: #afd233;
/* SwiftUI */
Color(red: 0.686, green: 0.824, blue: 0.200)
/* Android */
Color.parseColor("#afd233")Accessibility — WCAG contrast
Aa
#afd233 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd233 on black: 12.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.4%
Blue20.0%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow75.7%
Key (black)17.6%
Color previews
#afd233 text on a black background
contrast 12.09:1
Card sample
#afd233 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd233;
Background color
Panel with #afd233 background
background-color: #afd233;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd233;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 210, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 210, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd233; background: linear-gradient(135deg, #afd233, #45D233);