Sea Green
#20925F
GreenColor Codes
All color formats for development
HEX
#20925FRGB
rgb(32, 146, 95)HSL
hsl(153, 64%, 35%)OKLCH
oklch(0.586 0.126 158.3)CMYK
cmyk(78%, 0%, 35%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D8455
2#1A754C
3#166642
4#135839
5#10492F
6#0D3B26
7#0A2C1C
8#061D13
9#030F09
Tints
Lighter variations
1#26AE71
2#2CC982
3#41D592
4#5CDBA2
5#77E1B1
6#92E7C1
7#ADEDD0
8#C9F3E0
9#E4F9EF
Tones
Muted variations
1#268D5E
2#2C875E
3#31815D
4#377C5D
5#3D765C
6#42705C
7#486A5B
8#4E655A
9#545F5A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAC8 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFAB | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D694 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B877 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20925F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176944 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F432B | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF8;
--sea-green-100: #E2F9EE;
--sea-green-200: #C9F3E0;
--sea-green-300: #9FEAC8;
--sea-green-400: #6DDFAB;
--sea-green-500: #43D694;
--sea-green-600: #28B877;
--sea-green-700: #20925F;
--sea-green-800: #176944;
--sea-green-900: #0F432B;
--sea-green-950: #092A1B;
}