#92f2bb
a light, electric green · cool · closest name: aquamarine
RGB
146, 242, 187
HSL
146°, 79%, 76%
CMYK
40, 0, 23, 5
Luminance
0.7320
Every format
| HEX | #92f2bb |
| RGB | rgb(146, 242, 187) |
| HSL | hsl(146, 79%, 76%) |
| CMYK | cmyk(40%, 0%, 23%, 5%) |
| LAB | lab(88.5 -40.2 17.8) |
| LCH | lch(88.5 43.9 156.1) |
| OKLCH | oklch(0.887 0.120 157.7) |
Copy-ready code
/* CSS */
color: #92f2bb;
background-color: #92f2bb;
/* Tailwind (arbitrary) */
class="text-[#92f2bb] bg-[#92f2bb]"
/* SCSS */
$brand: #92f2bb;
/* SwiftUI */
Color(red: 0.573, green: 0.949, blue: 0.733)
/* Android */
Color.parseColor("#92f2bb")Accessibility — WCAG contrast
Aa
#92f2bb on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92f2bb on black: 15.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green94.9%
Blue73.3%
CMYK percentages
Cyan39.7%
Magenta0.0%
Yellow22.7%
Key (black)5.1%
Color previews
#92f2bb text on a black background
contrast 15.64:1
Card sample
#92f2bb text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92f2bb;
Background color
Panel with #92f2bb background
background-color: #92f2bb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92f2bb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 242, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 242, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92f2bb; background: linear-gradient(135deg, #92f2bb, #92E9F2);