Sea Green
#209274
GreenColor Codes
All color formats for development
HEX
#209274RGB
rgb(32, 146, 116)HSL
hsl(164, 64%, 35%)OKLCH
oklch(0.591 0.108 170.3)CMYK
cmyk(78%, 0%, 21%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D8468
2#1A755D
3#166651
4#135846
5#10493A
6#0D3B2E
7#0A2C23
8#061D17
9#030F0C
Tints
Lighter variations
1#26AE89
2#2CC99F
3#41D5AE
4#5CDBB9
5#77E1C5
6#92E7D1
7#ADEDDC
8#C9F3E8
9#E4F9F3
Tones
Muted variations
1#268D71
2#2C876F
3#31816C
4#377C69
5#3D7667
6#427064
7#486A61
8#4E655F
9#545F5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAD6 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFC0 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6AF | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B892 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209274 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176953 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4335 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCFA;
--sea-green-100: #E2F9F2;
--sea-green-200: #C9F3E8;
--sea-green-300: #9FEAD6;
--sea-green-400: #6DDFC0;
--sea-green-500: #43D6AF;
--sea-green-600: #28B892;
--sea-green-700: #209274;
--sea-green-800: #176953;
--sea-green-900: #0F4335;
--sea-green-950: #092A21;
}