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