Sea Green
#20926C
GreenColor Codes
All color formats for development
HEX
#20926CRGB
rgb(32, 146, 108)HSL
hsl(160, 64%, 35%)OKLCH
oklch(0.589 0.114 165.2)CMYK
cmyk(78%, 0%, 26%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D8461
2#1A7557
3#16664C
4#135841
5#104936
6#0D3B2B
7#0A2C20
8#061D16
9#030F0B
Tints
Lighter variations
1#26AE80
2#2CC995
3#41D5A4
4#5CDBB1
5#77E1BE
6#92E7CB
7#ADEDD8
8#C9F3E5
9#E4F9F2
Tones
Muted variations
1#268D6A
2#2C8768
3#318167
4#377C65
5#3D7663
6#427061
7#486A5F
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 #C9F3E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAD1 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFB9 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B888 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20926C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17694D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4332 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1F | 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: #C9F3E5;
--sea-green-300: #9FEAD1;
--sea-green-400: #6DDFB9;
--sea-green-500: #43D6A5;
--sea-green-600: #28B888;
--sea-green-700: #20926C;
--sea-green-800: #17694D;
--sea-green-900: #0F4332;
--sea-green-950: #092A1F;
}