Sea Green
#20925B
GreenColor Codes
All color formats for development
HEX
#20925BRGB
rgb(32, 146, 91)HSL
hsl(151, 64%, 35%)OKLCH
oklch(0.585 0.13 156.6)CMYK
cmyk(78%, 0%, 38%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D8452
2#1A7549
3#166640
4#135837
5#10492E
6#0D3B24
7#0A2C1B
8#061D12
9#030F09
Tints
Lighter variations
1#26AE6C
2#2CC97D
3#41D58D
4#5CDB9E
5#77E1AE
6#92E7BE
7#ADEDCE
8#C9F3DF
9#E4F9EF
Tones
Muted variations
1#268D5B
2#2C875B
3#31815B
4#377C5A
5#3D765A
6#42705A
7#486A5A
8#4E655A
9#545F59
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 #C9F3DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAC6 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFA8 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D68F | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B873 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20925B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176941 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F432A | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1A | 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: #C9F3DF;
--sea-green-300: #9FEAC6;
--sea-green-400: #6DDFA8;
--sea-green-500: #43D68F;
--sea-green-600: #28B873;
--sea-green-700: #20925B;
--sea-green-800: #176941;
--sea-green-900: #0F432A;
--sea-green-950: #092A1A;
}