#90ba92
a balanced, soft green · cool · closest name: seagreen
RGB
144, 186, 146
HSL
123°, 23%, 65%
CMYK
23, 0, 22, 27
Luminance
0.4312
Every format
| HEX | #90ba92 |
| RGB | rgb(144, 186, 146) |
| HSL | hsl(123, 23%, 65%) |
| CMYK | cmyk(23%, 0%, 22%, 27%) |
| LAB | lab(71.6 -21.9 15.8) |
| LCH | lch(71.6 27.1 144.3) |
| OKLCH | oklch(0.748 0.072 146.0) |
Copy-ready code
/* CSS */
color: #90ba92;
background-color: #90ba92;
/* Tailwind (arbitrary) */
class="text-[#90ba92] bg-[#90ba92]"
/* SCSS */
$brand: #90ba92;
/* SwiftUI */
Color(red: 0.565, green: 0.729, blue: 0.573)
/* Android */
Color.parseColor("#90ba92")Accessibility — WCAG contrast
Aa
#90ba92 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#90ba92 on black: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green72.9%
Blue57.3%
CMYK percentages
Cyan22.6%
Magenta0.0%
Yellow21.5%
Key (black)27.1%
Color previews
#90ba92 text on a black background
contrast 9.62:1
Card sample
#90ba92 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #90ba92;
Background color
Panel with #90ba92 background
background-color: #90ba92;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #90ba92;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 186, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 186, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #90ba92; background: linear-gradient(135deg, #90ba92, #90BAAE);