Sea Green
#20926E
GreenColor Codes
All color formats for development
HEX
#20926ERGB
rgb(32, 146, 110)HSL
hsl(161, 64%, 35%)OKLCH
oklch(0.59 0.113 166.4)CMYK
cmyk(78%, 0%, 25%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D8463
2#1A7558
3#16664D
4#135842
5#104937
6#0D3B2C
7#0A2C21
8#061D16
9#030F0B
Tints
Lighter variations
1#26AE83
2#2CC997
3#41D5A6
4#5CDBB3
5#77E1C0
6#92E7CC
7#ADEDD9
8#C9F3E6
9#E4F9F2
Tones
Muted variations
1#268D6C
2#2C876A
3#318168
4#377C66
5#3D7664
6#427062
7#486A60
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 #C9F3E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAD2 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFBB | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6A7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B88B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20926E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17694F | 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: #C9F3E6;
--sea-green-300: #9FEAD2;
--sea-green-400: #6DDFBB;
--sea-green-500: #43D6A7;
--sea-green-600: #28B88B;
--sea-green-700: #20926E;
--sea-green-800: #17694F;
--sea-green-900: #0F4332;
--sea-green-950: #092A1F;
}