#90febf
a light, electric green · cool · closest name: aquamarine
RGB
144, 254, 191
HSL
146°, 98%, 78%
CMYK
43, 0, 25, 0
Luminance
0.8057
Every format
| HEX | #90febf |
| RGB | rgb(144, 254, 191) |
| HSL | hsl(146, 98%, 78%) |
| CMYK | cmyk(43%, 0%, 25%, 0%) |
| LAB | lab(91.9 -45.2 20.5) |
| LCH | lch(91.9 49.6 155.7) |
| OKLCH | oklch(0.914 0.135 157.2) |
Copy-ready code
/* CSS */
color: #90febf;
background-color: #90febf;
/* Tailwind (arbitrary) */
class="text-[#90febf] bg-[#90febf]"
/* SCSS */
$brand: #90febf;
/* SwiftUI */
Color(red: 0.565, green: 0.996, blue: 0.749)
/* Android */
Color.parseColor("#90febf")Accessibility — WCAG contrast
Aa
#90febf on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90febf on black: 17.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green99.6%
Blue74.9%
CMYK percentages
Cyan43.3%
Magenta0.0%
Yellow24.8%
Key (black)0.4%
Color previews
#90febf text on a black background
contrast 17.11:1
Card sample
#90febf text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90febf;
Background color
Panel with #90febf background
background-color: #90febf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90febf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 254, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 254, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90febf; background: linear-gradient(135deg, #90febf, #90F4FE);