#92ffd7
a light, electric green · cool · closest name: aquamarine
RGB
146, 255, 215
HSL
158°, 100%, 79%
CMYK
43, 0, 16, 0
Luminance
0.8254
Every format
| HEX | #92ffd7 |
| RGB | rgb(146, 255, 215) |
| HSL | hsl(158, 100%, 79%) |
| CMYK | cmyk(43%, 0%, 16%, 0%) |
| LAB | lab(92.8 -40.4 9.4) |
| LCH | lch(92.8 41.5 166.9) |
| OKLCH | oklch(0.923 0.116 168.1) |
Copy-ready code
/* CSS */
color: #92ffd7;
background-color: #92ffd7;
/* Tailwind (arbitrary) */
class="text-[#92ffd7] bg-[#92ffd7]"
/* SCSS */
$brand: #92ffd7;
/* SwiftUI */
Color(red: 0.573, green: 1.000, blue: 0.843)
/* Android */
Color.parseColor("#92ffd7")Accessibility — WCAG contrast
Aa
#92ffd7 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92ffd7 on black: 17.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green100.0%
Blue84.3%
CMYK percentages
Cyan42.7%
Magenta0.0%
Yellow15.7%
Key (black)0.0%
Color previews
#92ffd7 text on a black background
contrast 17.51:1
Card sample
#92ffd7 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92ffd7;
Background color
Panel with #92ffd7 background
background-color: #92ffd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92ffd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 255, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 255, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92ffd7; background: linear-gradient(135deg, #92ffd7, #92DEFF);