Sea Green
#1A994D
GreenColor Codes
All color formats for development
HEX
#1A994DRGB
rgb(26, 153, 77)HSL
hsl(144, 71%, 35%)OKLCH
oklch(0.601 0.154 150.9)CMYK
cmyk(83%, 0%, 50%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#178945
2#157A3D
3#126B36
4#105C2E
5#0D4C26
6#0A3D1F
7#082E17
8#051F0F
9#030F08
Tints
Lighter variations
1#1FB55B
2#23D169
3#39DD7A
4#55E28D
5#71E7A0
6#8EECB3
7#AAF1C6
8#C6F5D9
9#E3FAEC
Tones
Muted variations
1#20924E
2#278C4F
3#2D8650
4#337F52
5#3A7953
6#407354
7#466C55
8#4D6657
9#536058
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEBC | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E599 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDE7C | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C060 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A994D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D37 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4623 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDF6;
--sea-green-100: #E0FAEB;
--sea-green-200: #C6F5D9;
--sea-green-300: #9BEEBC;
--sea-green-400: #66E599;
--sea-green-500: #3BDE7C;
--sea-green-600: #21C060;
--sea-green-700: #1A994D;
--sea-green-800: #126D37;
--sea-green-900: #0C4623;
--sea-green-950: #072C16;
}