#92ffaf
a light, electric green · cool · closest name: aquamarine
RGB
146, 255, 175
HSL
136°, 100%, 79%
CMYK
43, 0, 31, 0
Luminance
0.8073
Every format
| HEX | #92ffaf |
| RGB | rgb(146, 255, 175) |
| HSL | hsl(136, 100%, 79%) |
| CMYK | cmyk(43%, 0%, 31%, 0%) |
| LAB | lab(92.0 -48.0 28.7) |
| LCH | lch(92.0 55.9 149.2) |
| OKLCH | oklch(0.914 0.150 151.1) |
Copy-ready code
/* CSS */
color: #92ffaf;
background-color: #92ffaf;
/* Tailwind (arbitrary) */
class="text-[#92ffaf] bg-[#92ffaf]"
/* SCSS */
$brand: #92ffaf;
/* SwiftUI */
Color(red: 0.573, green: 1.000, blue: 0.686)
/* Android */
Color.parseColor("#92ffaf")Accessibility — WCAG contrast
Aa
#92ffaf on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92ffaf on black: 17.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green100.0%
Blue68.6%
CMYK percentages
Cyan42.7%
Magenta0.0%
Yellow31.4%
Key (black)0.0%
Color previews
#92ffaf text on a black background
contrast 17.15:1
Card sample
#92ffaf text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92ffaf;
Background color
Panel with #92ffaf background
background-color: #92ffaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92ffaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 255, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 255, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92ffaf; background: linear-gradient(135deg, #92ffaf, #92FFF8);