Sea Green
#159E57
GreenColor Codes
All color formats for development
HEX
#159E57RGB
rgb(21, 158, 87)HSL
hsl(149, 77%, 35%)OKLCH
oklch(0.615 0.152 153.3)CMYK
cmyk(87%, 0%, 45%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#128E4E
2#107E46
3#0E6F3D
4#0C5F34
5#0A4F2B
6#083F23
7#062F1A
8#042011
9#021009
Tints
Lighter variations
1#18BB67
2#1CD977
3#32E488
4#4FE899
5#6CECAA
6#8AF0BB
7#A7F4CC
8#C4F7DD
9#E2FBEE
Tones
Muted variations
1#1B9757
2#229057
3#298958
4#308258
5#377C58
6#3E7558
7#456E59
8#4C6759
9#526059
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBED | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7DD | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2C3 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EAA3 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E589 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC76D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E57 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F713E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094828 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D19 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FDF7;
--sea-green-100: #DFFBED;
--sea-green-200: #C4F7DD;
--sea-green-300: #97F2C3;
--sea-green-400: #61EAA3;
--sea-green-500: #34E589;
--sea-green-600: #1AC76D;
--sea-green-700: #159E57;
--sea-green-800: #0F713E;
--sea-green-900: #094828;
--sea-green-950: #062D19;
}