#92ebaa
a light, vivid green · cool · closest name: aquamarine
RGB
146, 235, 170
HSL
136°, 69%, 75%
CMYK
38, 0, 28, 8
Luminance
0.6843
Every format
| HEX | #92ebaa |
| RGB | rgb(146, 235, 170) |
| HSL | hsl(136, 69%, 75%) |
| CMYK | cmyk(38%, 0%, 28%, 8%) |
| LAB | lab(86.2 -40.2 23.3) |
| LCH | lch(86.2 46.5 149.9) |
| OKLCH | oklch(0.867 0.125 151.7) |
Copy-ready code
/* CSS */
color: #92ebaa;
background-color: #92ebaa;
/* Tailwind (arbitrary) */
class="text-[#92ebaa] bg-[#92ebaa]"
/* SCSS */
$brand: #92ebaa;
/* SwiftUI */
Color(red: 0.573, green: 0.922, blue: 0.667)
/* Android */
Color.parseColor("#92ebaa")Accessibility — WCAG contrast
Aa
#92ebaa on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92ebaa on black: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green92.2%
Blue66.7%
CMYK percentages
Cyan37.9%
Magenta0.0%
Yellow27.7%
Key (black)7.8%
Color previews
#92ebaa text on a black background
contrast 14.69:1
Card sample
#92ebaa text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92ebaa;
Background color
Panel with #92ebaa background
background-color: #92ebaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92ebaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 235, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 235, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92ebaa; background: linear-gradient(135deg, #92ebaa, #92EBE5);