#affc1b
a balanced, electric green · cool · closest name: yellow
RGB
175, 252, 27
HSL
81°, 97%, 55%
CMYK
31, 0, 89, 1
Luminance
0.7881
Every format
| HEX | #affc1b |
| RGB | rgb(175, 252, 27) |
| HSL | hsl(81, 97%, 55%) |
| CMYK | cmyk(31%, 0%, 89%, 1%) |
| LAB | lab(91.2 -51.1 85.1) |
| LCH | lch(91.2 99.3 121.0) |
| OKLCH | oklch(0.907 0.235 128.8) |
Copy-ready code
/* CSS */
color: #affc1b;
background-color: #affc1b;
/* Tailwind (arbitrary) */
class="text-[#affc1b] bg-[#affc1b]"
/* SCSS */
$brand: #affc1b;
/* SwiftUI */
Color(red: 0.686, green: 0.988, blue: 0.106)
/* Android */
Color.parseColor("#affc1b")Accessibility — WCAG contrast
Aa
#affc1b on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#affc1b on black: 16.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green98.8%
Blue10.6%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow89.3%
Key (black)1.2%
Color previews
#affc1b text on a black background
contrast 16.76:1
Card sample
#affc1b text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #affc1b;
Background color
Panel with #affc1b background
background-color: #affc1b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #affc1b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 252, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 252, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #affc1b; background: linear-gradient(135deg, #affc1b, #1BFC1D);