#aff251
a balanced, electric green · cool · closest name: yellow
RGB
175, 242, 81
HSL
85°, 86%, 63%
CMYK
28, 0, 67, 5
Luminance
0.7321
Every format
| HEX | #aff251 |
| RGB | rgb(175, 242, 81) |
| HSL | hsl(85, 86%, 63%) |
| CMYK | cmyk(28%, 0%, 67%, 5%) |
| LAB | lab(88.5 -44.6 68.0) |
| LCH | lch(88.5 81.3 123.2) |
| OKLCH | oklch(0.886 0.200 129.3) |
Copy-ready code
/* CSS */
color: #aff251;
background-color: #aff251;
/* Tailwind (arbitrary) */
class="text-[#aff251] bg-[#aff251]"
/* SCSS */
$brand: #aff251;
/* SwiftUI */
Color(red: 0.686, green: 0.949, blue: 0.318)
/* Android */
Color.parseColor("#aff251")Accessibility — WCAG contrast
Aa
#aff251 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aff251 on black: 15.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green94.9%
Blue31.8%
CMYK percentages
Cyan27.7%
Magenta0.0%
Yellow66.5%
Key (black)5.1%
Color previews
#aff251 text on a black background
contrast 15.64:1
Card sample
#aff251 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aff251;
Background color
Panel with #aff251 background
background-color: #aff251;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aff251;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 242, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 242, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aff251; background: linear-gradient(135deg, #aff251, #51F25E);