Sea Green
#32AE4D
GreenColor Codes
All color formats for development
HEX
#32AE4DRGB
rgb(50, 174, 77)HSL
hsl(133, 55%, 44%)OKLCH
oklch(0.662 0.174 147)CMYK
cmyk(71%, 0%, 56%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D9D46
2#288B3E
3#237A36
4#1E682E
5#195727
6#14461F
7#0F3417
8#0A230F
9#051108
Tints
Lighter variations
1#39C457
2#4ECC69
3#64D27C
4#7AD88F
5#90DFA1
6#A6E5B4
7#BDECC7
8#D3F2DA
9#E9F9EC
Tones
Muted variations
1#39A851
2#3FA254
3#459B58
4#4B955B
5#518F5F
6#588962
7#5E8366
8#647D69
9#6A766D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5B2 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D78A | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB68 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE4D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A3D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D632C | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F1C | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2812 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF5;
--sea-green-100: #E3F7E8;
--sea-green-200: #CCF0D4;
--sea-green-300: #A4E5B2;
--sea-green-400: #75D78A;
--sea-green-500: #4DCB68;
--sea-green-600: #32AE4D;
--sea-green-700: #288A3D;
--sea-green-800: #1D632C;
--sea-green-900: #123F1C;
--sea-green-950: #0B2812;
}