#90f183
a light, electric green · cool · closest name: aquamarine
RGB
144, 241, 131
HSL
113°, 80%, 73%
CMYK
40, 0, 46, 6
Luminance
0.7048
Every format
| HEX | #90f183 |
| RGB | rgb(144, 241, 131) |
| HSL | hsl(113, 80%, 73%) |
| CMYK | cmyk(40%, 0%, 46%, 6%) |
| LAB | lab(87.2 -49.4 44.2) |
| LCH | lch(87.2 66.3 138.2) |
| OKLCH | oklch(0.873 0.172 141.4) |
Copy-ready code
/* CSS */
color: #90f183;
background-color: #90f183;
/* Tailwind (arbitrary) */
class="text-[#90f183] bg-[#90f183]"
/* SCSS */
$brand: #90f183;
/* SwiftUI */
Color(red: 0.565, green: 0.945, blue: 0.514)
/* Android */
Color.parseColor("#90f183")Accessibility — WCAG contrast
Aa
#90f183 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90f183 on black: 15.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green94.5%
Blue51.4%
CMYK percentages
Cyan40.2%
Magenta0.0%
Yellow45.6%
Key (black)5.5%
Color previews
#90f183 text on a black background
contrast 15.10:1
Card sample
#90f183 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90f183;
Background color
Panel with #90f183 background
background-color: #90f183;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90f183;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 241, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 241, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90f183; background: linear-gradient(135deg, #90f183, #83F1BF);