Sea Green
#209276
CyanColor Codes
All color formats for development
HEX
#209276RGB
rgb(32, 146, 118)HSL
hsl(165, 64%, 35%)OKLCH
oklch(0.592 0.107 171.6)CMYK
cmyk(78%, 0%, 19%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D846A
2#1A755E
3#166652
4#135847
5#10493B
6#0D3B2F
7#0A2C23
8#061D18
9#030F0C
Tints
Lighter variations
1#26AE8C
2#2CC9A2
3#41D5B0
4#5CDBBB
5#77E1C7
6#92E7D2
7#ADEDDD
8#C9F3E8
9#E4F9F4
Tones
Muted variations
1#268D73
2#2C8770
3#31816D
4#377C6A
5#3D7668
6#427065
7#486A62
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 #E2F9F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAD7 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFC2 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6B1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B894 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209276 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176954 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4336 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCFA;
--sea-green-100: #E2F9F3;
--sea-green-200: #C9F3E8;
--sea-green-300: #9FEAD7;
--sea-green-400: #6DDFC2;
--sea-green-500: #43D6B1;
--sea-green-600: #28B894;
--sea-green-700: #209276;
--sea-green-800: #176954;
--sea-green-900: #0F4336;
--sea-green-950: #092A22;
}