Sea Green
#32AE64
GreenColor Codes
All color formats for development
HEX
#32AE64RGB
rgb(50, 174, 100)HSL
hsl(144, 55%, 44%)OKLCH
oklch(0.666 0.153 152.6)CMYK
cmyk(71%, 0%, 43%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D9D5A
2#288B50
3#237A46
4#1E683C
5#195732
6#144628
7#0F341E
8#0A2314
9#05110A
Tints
Lighter variations
1#39C471
2#4ECC80
3#64D290
4#7AD8A0
5#90DFB0
6#A6E5C0
7#BDECCF
8#D3F2DF
9#E9F9EF
Tones
Muted variations
1#39A865
2#3FA266
3#459B68
4#4B9569
5#518F6A
6#58896B
7#5E836C
8#647D6E
9#6A766F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0DA | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5BE | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D79C | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB80 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE64 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A4F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6339 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F24 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2817 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF7;
--sea-green-100: #E3F7EB;
--sea-green-200: #CCF0DA;
--sea-green-300: #A4E5BE;
--sea-green-400: #75D79C;
--sea-green-500: #4DCB80;
--sea-green-600: #32AE64;
--sea-green-700: #288A4F;
--sea-green-800: #1D6339;
--sea-green-900: #123F24;
--sea-green-950: #0B2817;
}