Sea Green
#32AE47
GreenColor Codes
All color formats for development
HEX
#32AE47RGB
rgb(50, 174, 71)HSL
hsl(130, 55%, 44%)OKLCH
oklch(0.661 0.179 145.9)CMYK
cmyk(71%, 0%, 59%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D9D40
2#288B39
3#237A32
4#1E682B
5#195724
6#14461C
7#0F3415
8#0A230E
9#051107
Tints
Lighter variations
1#39C450
2#4ECC63
3#64D276
4#7AD88A
5#90DF9D
6#A6E5B1
7#BDECC4
8#D3F2D8
9#E9F9EB
Tones
Muted variations
1#39A84B
2#3FA24F
3#459B53
4#4B9558
5#518F5C
6#588960
7#5E8364
8#647D68
9#6A766C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5AF | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D785 | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB62 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE47 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A39 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6328 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F1A | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2810 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF5;
--sea-green-100: #E3F7E7;
--sea-green-200: #CCF0D2;
--sea-green-300: #A4E5AF;
--sea-green-400: #75D785;
--sea-green-500: #4DCB62;
--sea-green-600: #32AE47;
--sea-green-700: #288A39;
--sea-green-800: #1D6328;
--sea-green-900: #123F1A;
--sea-green-950: #0B2810;
}