#92feaf
a light, electric green · cool · closest name: aquamarine
RGB
146, 254, 175
HSL
136°, 98%, 78%
CMYK
43, 0, 31, 0
Luminance
0.8009
Every format
| HEX | #92feaf |
| RGB | rgb(146, 254, 175) |
| HSL | hsl(136, 98%, 78%) |
| CMYK | cmyk(43%, 0%, 31%, 0%) |
| LAB | lab(91.7 -47.6 28.3) |
| LCH | lch(91.7 55.4 149.3) |
| OKLCH | oklch(0.912 0.148 151.2) |
Copy-ready code
/* CSS */
color: #92feaf;
background-color: #92feaf;
/* Tailwind (arbitrary) */
class="text-[#92feaf] bg-[#92feaf]"
/* SCSS */
$brand: #92feaf;
/* SwiftUI */
Color(red: 0.573, green: 0.996, blue: 0.686)
/* Android */
Color.parseColor("#92feaf")Accessibility — WCAG contrast
Aa
#92feaf on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92feaf on black: 17.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green99.6%
Blue68.6%
CMYK percentages
Cyan42.5%
Magenta0.0%
Yellow31.1%
Key (black)0.4%
Color previews
#92feaf text on a black background
contrast 17.02:1
Card sample
#92feaf text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92feaf;
Background color
Panel with #92feaf background
background-color: #92feaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92feaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 254, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 254, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92feaf; background: linear-gradient(135deg, #92feaf, #92FEF7);