Sea Green
#32AE49
GreenColor Codes
All color formats for development
HEX
#32AE49RGB
rgb(50, 174, 73)HSL
hsl(131, 55%, 44%)OKLCH
oklch(0.662 0.177 146.2)CMYK
cmyk(71%, 0%, 58%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D9D42
2#288B3A
3#237A33
4#1E682C
5#195725
6#14461D
7#0F3416
8#0A230F
9#051107
Tints
Lighter variations
1#39C452
2#4ECC65
3#64D278
4#7AD88B
5#90DF9F
6#A6E5B2
7#BDECC5
8#D3F2D8
9#E9F9EC
Tones
Muted variations
1#39A84D
2#3FA251
3#459B55
4#4B9559
5#518F5D
6#588961
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 #A4E5B0 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D787 | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB64 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE49 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A3A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D632A | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F1B | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2811 | 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: #A4E5B0;
--sea-green-400: #75D787;
--sea-green-500: #4DCB64;
--sea-green-600: #32AE49;
--sea-green-700: #288A3A;
--sea-green-800: #1D632A;
--sea-green-900: #123F1B;
--sea-green-950: #0B2811;
}