Sea Green
#20926A
GreenColor Codes
All color formats for development
HEX
#20926ARGB
rgb(32, 146, 106)HSL
hsl(159, 64%, 35%)OKLCH
oklch(0.589 0.116 164)CMYK
cmyk(78%, 0%, 27%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D8460
2#1A7555
3#16664A
4#135840
5#104935
6#0D3B2B
7#0A2C20
8#061D15
9#030F0B
Tints
Lighter variations
1#26AE7E
2#2CC992
3#41D5A1
4#5CDBAF
5#77E1BC
6#92E7C9
7#ADEDD7
8#C9F3E4
9#E4F9F2
Tones
Muted variations
1#268D69
2#2C8767
3#318165
4#377C64
5#3D7662
6#427060
7#486A5E
8#4E655D
9#545F5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAD0 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFB7 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B886 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20926A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17694C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4331 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF9;
--sea-green-100: #E2F9F1;
--sea-green-200: #C9F3E4;
--sea-green-300: #9FEAD0;
--sea-green-400: #6DDFB7;
--sea-green-500: #43D6A2;
--sea-green-600: #28B886;
--sea-green-700: #20926A;
--sea-green-800: #17694C;
--sea-green-900: #0F4331;
--sea-green-950: #092A1E;
}